modify build.sh parameter

This commit is contained in:
MaysWind
2021-06-17 23:35:10 +08:00
parent 0b49482232
commit f21a7f7134
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ ezBookkeeping will listen at port 8080 as default. Then you can visit http://{YO
### 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:
$ ./build.sh package -f ezbookkeeping.tar.gz
$ ./build.sh package -o ezbookkeeping.tar.gz
All the files will be packaged in `ezbookkeeping.tar.gz`.