You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-5Lines changed: 28 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,24 @@
2
2
Simple HTTP server that executes configured commands remotely.
3
3
4
4
5
-
### Example Usage
5
+
### Installation
6
6
7
+
Grab the latest binary and put it in somewhere in your path. Check the [releases](https://github.com/binarymason/bashRPC/releases) page. Alternatively, you can download a package.
7
8
8
-
1) create a config file
9
+
Example for Debian systems:
10
+
```bash
11
+
# Note: this link may be out of date. Be sure to check releases page to get latest version
0 commit comments