Skip to content

Commit 2c81e22

Browse files
committed
README.md updated
1 parent 3bd8baa commit 2c81e22

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FreeBSD | Stable |
3030
OS X | Stable | [@damnwidget](http://github.com/DamnWidget)
3131
Windows | Garbage |
3232

33-
**note**: Support for Windows is planned
33+
> note: Support for Windows is planned
3434
3535
## Installation
3636

@@ -72,7 +72,7 @@ echo "source $HOME/.VenGO/bin/vengo" >> $HOME/.bashrc
7272
If you are a [fish](http://fishshell.com) user, you will probably copy and paste the code below to make your vengo
7373
installation work.
7474

75-
**note**: copy one or another depending of which tool (curl or wget) do you want to use
75+
> note: copy one or another depending of which tool (curl or wget) do you want to use
7676
7777
##### With curl
7878

@@ -93,7 +93,7 @@ Fish users should use the command `vengo_activate` instead of `vengo activate` t
9393
VenGO is quite similar to Python's virtualenvwrapper tool, if you execute just `vengo` with no arguments you will get
9494
a list of available commands. The most basic usage is install a Go version
9595

96-
**note**: VenGO is not able to use Go installations that has not been made with VenGO itself
96+
> note: VenGO is not able to use Go installations that has not been made with VenGO itself
9797
9898
The following command will install Go 1.2.2 from the mercurial repository:
9999

@@ -104,6 +104,8 @@ $ vengo install go1.2.2
104104
This install the go1.2.2 version into the VenGO's cache and generates a manifest that guarantee the installation
105105
integrity, now the programmer can create a new environment using the just installed Go version
106106

107+
> note: VenGO supports installation of go1.5 and superior using the -bootstrap (or -x) flag and a valid go1.4 vengo root)
108+
107109
```
108110
$ vengo mkenv -g go1.2.2 MyEnv
109111
```
@@ -161,7 +163,7 @@ $ vengo install --binary 1.3.3
161163
```
162164
The install command is smart enough to know that we are using a 64bits OS X and it's version, it will work in the exact same way on GNU/Linux and Windows
163165

164-
**note**: Windows support is not complete yet
166+
> note: Windows support is not complete yet
165167
166168
Versions **prefixed** with `go` or `release` like `go1.1` or `release.r56` come from the official mercurial repository, the install command doesn't need any special flag to use it as it's the default download option, note that is not needed to add the `go` prefix neither but is a good practice to use it just to avoid confusion.
167169

@@ -204,9 +206,9 @@ capturing the specific revisions used when the package was installed.
204206
This manifest can be then used by anyone that has access to it with the command `vengo import` to generate the exact same environment in their own. VenGO will clone the packages in the manifest in the exact specific
205207
version in the newly import VenGO environment `GOPATH`. This is similar to what `godep` does but for the whole `GOPATH` and without packing the code in a sub-directory or rewritting import paths.
206208

207-
**note**: probably `godep` is still a more secure option as VenGO import still depends on network access and remote VCS systems.
209+
> note: probably `godep` is still a more secure option as VenGO import still depends on network access and remote VCS systems.
208210
209-
**note**: VenGO also works with [gopkg.in](http://labix.org/gopkg.in) and [semver.v1](https://godoc.org/azul3d.org/semver.v1)
211+
> note: VenGO also works with [gopkg.in](http://labix.org/gopkg.in) and [semver.v1](https://godoc.org/azul3d.org/semver.v1)
210212
211213
### VenGO import
212214

0 commit comments

Comments
 (0)