From 9667e3643c7d4f6ab4c6ed4f1a32e4d4290c8874 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Mon, 8 Feb 2016 09:58:15 -0500 Subject: [PATCH] Updated readme with go install Former-commit-id: e98d27e2526bacb5f3a22b4e75d658387b80c7bf [formerly 72baae884dc487741c9d7fe004332bedadfa462a] [formerly 3da549fa322120890b3321d0ab7295f53b3b1629 [formerly bd1dad537a54972dce1c3b3f4f756d608a748f5e]] Former-commit-id: c5f4d7885bc30ef09b301f2082dbd6bd22e58cd5 [formerly 35d969ffd4a2e78e09913d625e088ccf76e11e5a] Former-commit-id: e69ecdfc664d8151da5f873978cfd8d6ae427dc7 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a898bef..6e7b588 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,13 @@ Be cautious about writing sensitive information in the notes as anyone with the # Install -`go get github.com/schollz/cowyo` + +`go install github.com/schollz/cowyo` # Usage ``` -$ ./cowyo --help +$ cowyo --help cowyo: a websocket notepad run this to start the server and then visit localhost at the port you specify (see parameters).