mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Update README.md
Former-commit-id: 70eb72785e899e76d32d6733e13d30b003bc5b17 [formerly 68465e3068258198cca447a9fc9c67944ec46bed] [formerly ebbf68ccfe679552a22832fb934e6c0d9a7a8199 [formerly 634a321c86
]]
Former-commit-id: fdea4332e61fb3f8839c1a6e9ce5ad8378df10bc [formerly 2e072f20a513f8fadbd273cb74e6541a4962018d]
Former-commit-id: 768fc47c985046b25c750a84da7b8634a995a795
This commit is contained in:
parent
d5f3ae1b5f
commit
a9e89d5230
22
README.md
22
README.md
@ -81,21 +81,27 @@ $ curl -L cowyo.com/CautiousCommonLoon
|
||||
|
||||
# Install
|
||||
|
||||
If you haven't done so, first [install Go](https://golang.org/doc/install).
|
||||
## From release
|
||||
|
||||
Just [download the latest release](https://github.com/schollz/cowyo/releases/tag/1.1.0), unzip and run.
|
||||
|
||||
## From source
|
||||
|
||||
First [install Go 1.6+](https://golang.org/doc/install).
|
||||
|
||||
```
|
||||
$ git clone https://github.com/schollz/cowyo.git
|
||||
$ cd cowyo
|
||||
$ go get ./...
|
||||
$ go build
|
||||
$ make
|
||||
$ ./cowyo
|
||||
--------------------------
|
||||
cowyo (version Y) is up and running on http://SOMEADDRESS:8003
|
||||
Admin key: VRSgtuVpkrwtWrfphsooOYeErzdbVHHqecMcqcbkLFNFNPwakH
|
||||
--------------------------
|
||||
```
|
||||
|
||||
Now open your browser to `http://SOMEADDRESS:8003` to see your cowyo! For more information type `./cowyo --help`.
|
||||
## From Docker
|
||||
|
||||
```
|
||||
$ docker pull schollz/cowyo
|
||||
$ docker run -it -p 8003:8003 -v /local/dir/to/store/data:/data schollz/cowyo
|
||||
```
|
||||
|
||||
# Contact
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user