[U] readme
This commit is contained in:
parent
5e91285e33
commit
0fcff2ec31
1 changed files with 4 additions and 0 deletions
|
|
@ -25,10 +25,14 @@ POLL_TIMEOUT=60000
|
||||||
git clone ...
|
git clone ...
|
||||||
npm install
|
npm install
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
|
mkdir files
|
||||||
nano .env
|
nano .env
|
||||||
node index.js
|
node index.js
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This also works on (old) android devices using termunx.
|
||||||
|
|
||||||
|
|
||||||
# tech
|
# tech
|
||||||
|
|
||||||
## backend
|
## backend
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue