mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Update README.md
This commit is contained in:
parent
634a321c86
commit
4d089ec756
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user