[doc] update build & run instructions
This commit is contained in:
@@ -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
|
git clone https://github.com/frac-tion/teleport.git
|
||||||
cd teleport
|
cd teleport
|
||||||
./configure
|
./configure
|
||||||
make
|
sudo make install
|
||||||
./_build/src/teleport
|
teleport # or ./_build/src/teleport
|
||||||
```
|
```
|
||||||
#### Ubuntu
|
#### Ubuntu
|
||||||
```
|
```
|
||||||
@@ -44,7 +44,8 @@ It's still early days, but we have exciting plans for the future. While Teleport
|
|||||||
cd teleport
|
cd teleport
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
./_build/src/teleport
|
sudo make install
|
||||||
|
teleport # or ./_build/src/teleport
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user