Update README.md

This commit is contained in:
Nathan
2023-03-07 12:11:17 -06:00
committed by GitHub
parent 958eeed1fc
commit 7a4ac353c1

View File

@@ -26,9 +26,9 @@ npm i -g nodemon
cd /my/applications/dir && wget https://raw.githubusercontent.com/N-Upchurch/JSRepl.desktop/main/JSRepl.desktop cd /my/applications/dir && wget https://raw.githubusercontent.com/N-Upchurch/JSRepl.desktop/main/JSRepl.desktop
``` ```
## Use: ## Use:
* Open your application launcher and click on JSRepl to launch 1. Open your application launcher and click on JSRepl to launch
* Write code 2. Write some JavaScript
* Save to run your code (or if you're really fancy, and brave, turn on autosave in KWrite) 3. Save to run your code (or if you're really fancy, and brave, turn on autosave in KWrite)
## FAQs: ## FAQs:
* Does it work with TypeScript? * Does it work with TypeScript?