Skip to content

Commit

Permalink
docs: Update documentation with releases
Browse files Browse the repository at this point in the history
Signed-off-by: Obed N Munoz <[email protected]>
  • Loading branch information
obedmr committed Feb 1, 2019
1 parent b0e2341 commit e619ef7
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,33 @@
- Copy-on-write images
- EFI support
- Cloud-Init and RAW images support
- Multi-Instances Compose

**Requirements**

- Go 1.11+
**The only Requirement**
- Docker

Build the project
-----------------

Quick Install (GNU/Linux based distribution)
-------------------------------------------
```
curl -LOk https://github.com/govm-project/govm/releases/download/latest/govm_latest_linux_amd64.tar.gz
tar -xzvf govm_latest_linux_amd64.tar.gz
sudo cp govm /usr/local/bin/
# Make sure you have `/usr/local/bin` in your PATH, if not, run this command
# export PATH=/usr/local/bin/$PATH
```

**All releases at:** [releases page](https://github.com/govm-project/govm/releases).


Build your own `govm`
--------------------

**Build Requirements**
- Go 1.11+

```
export GO111MODULE=on
mkdir -p $GOPATH/src/github.com/govm-project/
Expand Down

0 comments on commit e619ef7

Please sign in to comment.