From 42e67800a028780317b61459b192449060f6c1aa Mon Sep 17 00:00:00 2001 From: Adrian Chrysanthou Date: Sun, 30 Jan 2022 02:24:45 -0500 Subject: [PATCH] update readme --- .history/README_20220130022433.md | 29 +++++++++++++++++++++++++++++ .history/README_20220130022439.md | 29 +++++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 .history/README_20220130022433.md create mode 100644 .history/README_20220130022439.md diff --git a/.history/README_20220130022433.md b/.history/README_20220130022433.md new file mode 100644 index 0000000..91a44cd --- /dev/null +++ b/.history/README_20220130022433.md @@ -0,0 +1,29 @@ +# CookieClicker Unofficial Plugin for Elgato Streamdeck + +Click/Tap the CookieClicker + +This an extension for the [ElGato-StreamDeck](https://www.elgato.com/en/gaming/stream-deck). + +## Screenshot + +![screencap.png](doc/screencap.gif) + +Please report any issues you see on the project's Github page. I welcome any feedback. + +## Installation + +Download from Release folder [Release Folder](Release/com.f00d4tehg0dz.cookieclicker.streamDeckPlugin) + +Double click to install to StreamDeck. + +## Debugging + +You can debug the Javascript plugin using Google Chrome's web developer tools. In order to do so, you first need to enable the HTML remote debugger in Stream Deck: + +- on macOS, you will need to run the following command line in the Terminal: + `defaults write com.elgato.StreamDeck html_remote_debugging_enabled -bool YES` +- on Windows, you will need to add a `DWORD html_remote_debugging_enabled with value 1` in the registry `@ HKEY_CURRENT_USER\Software\Elgato Systems GmbH\StreamDeck`. + +After you relaunch the Stream Deck app, you can open [http://localhost:23654/](http://localhost:23654/) in Chrome, where you will find a list of `Inspectable pages` (plugins): + +## Ongoing work diff --git a/.history/README_20220130022439.md b/.history/README_20220130022439.md new file mode 100644 index 0000000..b4852f5 --- /dev/null +++ b/.history/README_20220130022439.md @@ -0,0 +1,29 @@ +# CookieClicker Unofficial Plugin for Elgato Streamdeck + +Click/Tap the CookieClicker + +This an extension for the [ElGato-StreamDeck](https://www.elgato.com/en/gaming/stream-deck). + +## Screenshot + +![screencap.gif](doc/screencap.gif) + +Please report any issues you see on the project's Github page. I welcome any feedback. + +## Installation + +Download from Release folder [Release Folder](Release/com.f00d4tehg0dz.cookieclicker.streamDeckPlugin) + +Double click to install to StreamDeck. + +## Debugging + +You can debug the Javascript plugin using Google Chrome's web developer tools. In order to do so, you first need to enable the HTML remote debugger in Stream Deck: + +- on macOS, you will need to run the following command line in the Terminal: + `defaults write com.elgato.StreamDeck html_remote_debugging_enabled -bool YES` +- on Windows, you will need to add a `DWORD html_remote_debugging_enabled with value 1` in the registry `@ HKEY_CURRENT_USER\Software\Elgato Systems GmbH\StreamDeck`. + +After you relaunch the Stream Deck app, you can open [http://localhost:23654/](http://localhost:23654/) in Chrome, where you will find a list of `Inspectable pages` (plugins): + +## Ongoing work diff --git a/README.md b/README.md index 71f6892..b4852f5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This an extension for the [ElGato-StreamDeck](https://www.elgato.com/en/gaming/s ## Screenshot -![screencap.png](doc/elgatogif.gif) +![screencap.gif](doc/screencap.gif) Please report any issues you see on the project's Github page. I welcome any feedback.