aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-17 22:01:10 -0700
committerDeterminant <[email protected]>2024-08-17 23:47:37 -0700
commite73ccac65dc9abc498b34193d1312b0f6a291c8d (patch)
tree4ae4e493e1456417434e395e351e50c62d9f87a7 /README.rst
parent92c09292a697e01007865eaef6c69b73e7e3d261 (diff)
prepare for an alpha release on npm
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 8962eab..1c6c763 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@ NOTICE: please ask me for permission before using the code for any commercial pu
- Only tested on `Razer Stream Controller`_ (which is an idential device to `Loupedeck Live`_, I bought it because it's cheaper).
- Setup: ``npm install``
-- Run: ``./app.mjs``
+- Run: ``./app.mjs`` (make sure you don't have other software using the same device, such as Loupedeck's official software running)
.. _Razer Stream Controller: https://www.amazon.com/Razer-Stream-Controller-All-One/dp/B0B5FV1BY6
.. _Loupedeck Live: https://loupedeck.com/us/products/loupedeck-live/
@@ -24,7 +24,7 @@ Demo
Resources
---------
-- Only tested on Linux, please let me know if it also runs or doesn't run on macOS/Windows.
+- Only tested on Linux/Windows (run with CMD), please let me know if it also runs or doesn't run on macOS.
- Currently only X-Plane is supported, to get data feed for the displayed
gauges, start the program *after* you launche X-Plane (so it will subscribe
the data properly). If you're interested in working on MSFS support, etc.,