Update README.md
This commit is contained in:
parent
98c31df33c
commit
802edd81d0
19
README.md
19
README.md
@ -13,17 +13,16 @@ Well, here you go, friend. This quick and dirty .desktop file creates `repl.js`
|
|||||||
## Screenshot:
|
## Screenshot:
|
||||||

|

|
||||||
|
|
||||||
## Requirements:
|
## Dependencies:
|
||||||
* A GNU/Linux distro with KWrite, Konsole, and Node installed
|
* KWrite
|
||||||
|
* Konsole
|
||||||
|
* Node
|
||||||
|
* Nodemon
|
||||||
|
|
||||||
## Setup:
|
## Installation:
|
||||||
1. Install nodemon
|
Drop JSRepl.desktop wherever it needs to live on your system:
|
||||||
```bash
|
```bash
|
||||||
npm i -g nodemon
|
wget https://raw.githubusercontent.com/N-Upchurch/JSRepl.desktop/main/JSRepl.desktop -P ~/.local/share/applications/
|
||||||
```
|
|
||||||
2. Drop JSRepl.desktop wherever it needs to live on your system
|
|
||||||
```bash
|
|
||||||
cd ~/.local/share/applications && wget https://raw.githubusercontent.com/N-Upchurch/JSRepl.desktop/main/JSRepl.desktop
|
|
||||||
```
|
```
|
||||||
## Use:
|
## Use:
|
||||||
1. Open your application launcher and click on JSRepl to launch
|
1. Open your application launcher and click on JSRepl to launch
|
||||||
@ -36,7 +35,7 @@ cd ~/.local/share/applications && wget https://raw.githubusercontent.com/N-Upchu
|
|||||||
* Does it have X feature?
|
* Does it have X feature?
|
||||||
* Probably not; it's just a .desktop file. Feel free to submit a PR if you have ideas.
|
* Probably not; it's just a .desktop file. Feel free to submit a PR if you have ideas.
|
||||||
* Do I have to use KWrite and Konsole?
|
* Do I have to use KWrite and Konsole?
|
||||||
* Not if you change the program names in JSRepl.desktop, but you're on your own.
|
* Not if you change the program names in JSRepl.desktop, but you're on your own there.
|
||||||
* What happens to repl.js when I'm done with it?
|
* What happens to repl.js when I'm done with it?
|
||||||
* It's deleted the next time you restart your machine.
|
* It's deleted the next time you restart your machine.
|
||||||
* What if I want to keep repl.js or save it somewhere else?
|
* What if I want to keep repl.js or save it somewhere else?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user