update README.md
This commit is contained in:
@@ -53,19 +53,35 @@ Latest Daily Build:
|
|||||||
### Install from binary
|
### Install from binary
|
||||||
Latest release: [https://github.com/mayswind/ezbookkeeping/releases](https://github.com/mayswind/ezbookkeeping/releases)
|
Latest release: [https://github.com/mayswind/ezbookkeeping/releases](https://github.com/mayswind/ezbookkeeping/releases)
|
||||||
|
|
||||||
|
**Linux / macOS**
|
||||||
|
|
||||||
$ ./ezbookkeeping server run
|
$ ./ezbookkeeping server run
|
||||||
|
|
||||||
ezBookkeeping will listen at port 8080 as default. Then you can visit http://{YOUR_HOST_ADDRESS}:8080/ .
|
**Windows**
|
||||||
|
|
||||||
|
> .\ezbookkeeping.exe server run
|
||||||
|
|
||||||
|
ezBookkeeping will listen at port 8080 as default. Then you can visit `http://{YOUR_HOST_ADDRESS}:8080/` .
|
||||||
|
|
||||||
### Build from source
|
### Build from source
|
||||||
Make sure you have [Golang](https://golang.org/), [GCC](http://gcc.gnu.org/), [Node.js](https://nodejs.org/) and [NPM](https://www.npmjs.com/) installed. Then download the source code, and follow these steps:
|
Make sure you have [Golang](https://golang.org/), [GCC](http://gcc.gnu.org/), [Node.js](https://nodejs.org/) and [NPM](https://www.npmjs.com/) installed. Then download the source code, and follow these steps:
|
||||||
|
|
||||||
|
**Linux / macOS**
|
||||||
|
|
||||||
$ ./build.sh package -o ezbookkeeping.tar.gz
|
$ ./build.sh package -o ezbookkeeping.tar.gz
|
||||||
|
|
||||||
All the files will be packaged in `ezbookkeeping.tar.gz`.
|
All the files will be packaged in `ezbookkeeping.tar.gz`.
|
||||||
|
|
||||||
|
**Windows**
|
||||||
|
|
||||||
|
> .\build.bat package -o ezbookkeeping.zip
|
||||||
|
|
||||||
|
All the files will be packaged in `ezbookkeeping.zip`.
|
||||||
|
|
||||||
You can also build docker image, make sure you have [docker](https://www.docker.com/) installed, then follow these steps:
|
You can also build docker image, make sure you have [docker](https://www.docker.com/) installed, then follow these steps:
|
||||||
|
|
||||||
|
**Linux**
|
||||||
|
|
||||||
$ ./build.sh docker
|
$ ./build.sh docker
|
||||||
|
|
||||||
## Documents
|
## Documents
|
||||||
|
|||||||
Reference in New Issue
Block a user