Skip to content

Commit

Permalink
[Docs] Add missing steps in building section.
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Morales Quispe <[email protected]>
  • Loading branch information
marcemq authored and erick0z committed Dec 6, 2018
1 parent c07b31f commit 650c00c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Build the project
-----------------
```
export GO111MODULE=on
mkdir -p $GOPATH/src/github.com/
mkdir -p $GOPATH/src/github.com/govm-project/
cd $GOPATH/src/github.com/govm-project/
git clone https://github.com/govm-project/govm.git
cd govm/
go build -o govm
Expand Down Expand Up @@ -65,7 +66,7 @@ Creates a new Virtual Machine inside a privileged docker container.

remove
------
Removes a the whole privileged docker container and its virtual machine data.
Removes the whole privileged docker container and its virtual machine data.

| Flag | Description | Required |
|-------|-------------------------------------------------------------------------------------------------|----------|
Expand Down Expand Up @@ -139,7 +140,7 @@ GLOBAL OPTIONS:
More cloud init stuff?
----------------------

If you want to boot cloud images, edit the template files under $HOME/govm/cloud-init/openstack/latest/ to fit your own needs and use the `-cloud` flag.
If you want to boot cloud images, edit the template files under $HOME/govm/cloud-init/openstack/latest/ to fit your own needs and use the `--cloud` flag.
For more information, please see the cloud-init documentation: https://cloudinit.readthedocs.io/en/latest/

based on https://github.com/BBVA/kvm
Expand All @@ -151,4 +152,4 @@ http://github.com/govm-project/govm/issues


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgovm-project%2Fgovm.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgovm-project%2Fgovm?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgovm-project%2Fgovm.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgovm-project%2Fgovm?ref=badge_large)

0 comments on commit 650c00c

Please sign in to comment.