From dba80e26c75e442bc6d4e6f27d8e5696bc4b5e73 Mon Sep 17 00:00:00 2001 From: Zack Date: Fri, 9 Sep 2016 16:04:17 -0400 Subject: [PATCH] Update README.md Former-commit-id: 5b8f052dfa442d6c3324bf2bd8e6449cc94c72ac [formerly e6e9c01f402b0793cb57196cd5476a5c7cc195d8] [formerly 0e8afff061cb9d24ac9e06ab221d7ccee4425b60 [formerly debc9dc6e445d426e00cc83a5032ba5eb7852d1e [formerly 4d089ec75609b066b83b9a6492fcd1f5e8e6b266]]] Former-commit-id: 6188a590130df95a855d4e74b47321d239687777 [formerly 6ec294629d6aadc188afd6c305c869e7d54c5896] Former-commit-id: a99ce73839437542d757a8dbc49d1b95867cf141 Former-commit-id: a25a71e7a2b695ce95884730d389f71531132686 --- 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)