Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nimezhu authored May 20, 2020
1 parent 5a1e64a commit 005ea63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@ If the data server location is differnt from the URL mentioned above, you'd have

> If you open a new genome browser panel, it will automatically copy the previous configurations.
## Install by compiling the source code
## Install by compiling source code
Users can download the compiled binaries for Linux, Mac and Windows OS as described in the quick start.
However, if the binary is not working or you are trying to install the most recent experimental version, you can alway compile from the source code. NucleServer is implemented in [GoLang](https://golang.org) ( version > 1.11 ) and hosted on Github. With the Golang environment installed, the source code can be cloned simply by the following command.
```
go get -u github.com/nucleome/nucleserver
```

## Start a server
The command to start a server in Mac OS or Linux is the following.
## Start a data service
The command to start a data service in Mac OS or Linux is the following.
```shell
./nucleserver start -i [google sheet id or excel file] -p [port default:8611]
```
The command to start a server in Windows is the following.
The command to start a data service in Windows is the following.
```shell
nucleserver.exe start -i [google sheet id or excel file] -p [port default:8611]
```
Expand Down

0 comments on commit 005ea63

Please sign in to comment.