mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Update README.md
Former-commit-id: 5b8f052dfa442d6c3324bf2bd8e6449cc94c72ac [formerly e6e9c01f402b0793cb57196cd5476a5c7cc195d8] [formerly 0e8afff061cb9d24ac9e06ab221d7ccee4425b60 [formerly 4d089ec756
]]
Former-commit-id: 6188a590130df95a855d4e74b47321d239687777 [formerly 6ec294629d6aadc188afd6c305c869e7d54c5896]
Former-commit-id: a99ce73839437542d757a8dbc49d1b95867cf141
This commit is contained in:
parent
a9e89d5230
commit
a25a71e7a2
@ -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