[doc] update build & run instructions

This commit is contained in:
Julian Sparber
2018-01-17 15:49:13 +01:00
parent 514240f23e
commit f413a22b38

View File

@@ -34,8 +34,8 @@ It's still early days, but we have exciting plans for the future. While Teleport
git clone https://github.com/frac-tion/teleport.git
cd teleport
./configure
make
./_build/src/teleport
sudo make install
teleport # or ./_build/src/teleport
```
#### Ubuntu
```
@@ -44,7 +44,8 @@ It's still early days, but we have exciting plans for the future. While Teleport
cd teleport
./configure
make
./_build/src/teleport
sudo make install
teleport # or ./_build/src/teleport
```