Skip to content

Commit

Permalink
Update admin-guide.md
Browse files Browse the repository at this point in the history
Updated "building from source" section.
  • Loading branch information
kontsevoy authored Oct 8, 2016
1 parent 603102d commit 927fa47
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docs/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,13 @@ of Linux administration.

### Installing from Source

Gravitational Teleport is written in Go language. It requires Golang v1.5 or newer.
Gravitational Teleport is written in Go language. It requires Golang v1.7 or newer.
If you have Go already installed, type:

```bash
> git clone https://github.com/gravitational/teleport
> cd teleport
> make
```

If you do not have Go but you have Docker installed and running, you can build Teleport
this way:

```bash
> git clone https://github.com/gravitational/teleport
> cd teleport/build.assets
> make
$ go get github.com/gravitational/teleport
$ cd $GOPATH/src/github.com/gravitational/teleport
$ make
```

### Installing from Binaries
Expand Down

0 comments on commit 927fa47

Please sign in to comment.