Skip to content

Commit

Permalink
Update README #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Mar 20, 2020
1 parent 50bf06b commit f502ded
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Installation
* install dependencies `sudo apt install mercurial bzr`
* Check out this git `go get -d github.com/nanu-c/axolotl`
* `cd $(go env GOPATH)/src/github.com/nanu-c/axolotl`
* get go dependencies `go get -d ...`
* install axolotl-web dependencies: `cd axolotl-web&&npm install`

Run development
Expand All @@ -50,8 +51,9 @@ Run development
* in a new terminal `cd axolotl-web&&npm run serve`
* point a browser to the link printed in the terminal like `http://localhost:8080`

Build Axolotl
Build Axolotl for all arches with clickable and snap
------------
requires clickable and snapcraft to be installed
```
go clean
Expand Down

0 comments on commit f502ded

Please sign in to comment.