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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ go run index.go
108
108
To build a binary, run `go build && ./server -h`. See [@tehbilly](https://github.com/sergeifilippov)'s notes [here](https://github.com/afaqurk/linux-dash/pull/281) for binary usage options
109
109
110
110
##### Python
111
-
Run `./python-server.py` will run a server on port 80.
111
+
Run `./python-server.py` will run a server on port 80 which is the default. You can change this in [python-server.py on line 43](https://github.com/afaqurk/linux-dash/blob/master/python-server.py#L43)
0 commit comments