From 4d089ec75609b066b83b9a6492fcd1f5e8e6b266 Mon Sep 17 00:00:00 2001 From: Zack Date: Fri, 9 Sep 2016 16:04:17 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8270afe..a5e457d 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ $ curl -L cowyo.com/CautiousCommonLoon ## From release -Just [download the latest release](https://github.com/schollz/cowyo/releases/tag/1.1.0), unzip and run. +Just [download the latest release](https://github.com/schollz/cowyo/releases/tag/1.1.0), unzip and run. Then open your browser to the specified address. ## From source @@ -96,6 +96,9 @@ $ make $ ./cowyo ``` +Then open your browser to the specified address. + + ## From Docker ``` @@ -103,6 +106,9 @@ $ docker pull schollz/cowyo $ docker run -it -p 8003:8003 -v /local/dir/to/store/data:/data schollz/cowyo ``` +Then open your browser to 127.0.0.1:8003. + + # Contact If you'd like help or you find a bug, please submit [an issue](https://github.com/schollz/cowyo/issues). Any other comments, questions or anything at all, just [tweet me @zack_118](https://twitter.com/intent/tweet?screen_name=zack_118)