Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikk155 authored Jul 7, 2024
1 parent 4700efc commit db705b5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,16 @@ Open [rpc.json](rpc.json) to configure

# Running

Using [rpc.bat](rpc.bat) will execute it on the background (windows only. accepting pull requests)
### Windows
Using [rpc.bat](rpc.bat) will execute it on the background

### Linux
Using [rpc.sh](rpc.sh) will execute it on the background
```sh
chmod +x start_rpc.sh
```
```sh
./start_rpc.sh
```

- Linux's batch is untested but should work

0 comments on commit db705b5

Please sign in to comment.