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

Updated readme with go install

Former-commit-id: e98d27e2526bacb5f3a22b4e75d658387b80c7bf [formerly 72baae884dc487741c9d7fe004332bedadfa462a] [formerly 3da549fa322120890b3321d0ab7295f53b3b1629 [formerly bd1dad537a]]
Former-commit-id: c5f4d7885bc30ef09b301f2082dbd6bd22e58cd5 [formerly 35d969ffd4a2e78e09913d625e088ccf76e11e5a]
Former-commit-id: e69ecdfc664d8151da5f873978cfd8d6ae427dc7
This commit is contained in:
Zack Scholl 2016-02-08 09:58:15 -05:00
parent c9bbc821be
commit 9667e3643c

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).