1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Updated readme with go install

This commit is contained in:
Zack Scholl 2016-02-08 09:58:15 -05:00
parent ade7a635c4
commit bd1dad537a

View File

@ -16,12 +16,13 @@ Be cautious about writing sensitive information in the notes as anyone with the
# Install # Install
`go get github.com/schollz/cowyo`
`go install github.com/schollz/cowyo`
# Usage # Usage
``` ```
$ ./cowyo --help $ cowyo --help
cowyo: a websocket notepad cowyo: a websocket notepad
run this to start the server and then visit localhost at the port you specify run this to start the server and then visit localhost at the port you specify
(see parameters). (see parameters).