[refactor] change name app name to teleport

This commit is contained in:
Julian Sparber
2017-10-02 14:38:17 +02:00
parent 56835864e6
commit cfe4793b0a
10 changed files with 62 additions and 64 deletions

View File

@@ -28,7 +28,7 @@ We are currently working on an MVP for a native GNOME app that only sends files,
cd teleport
./configure
make
./_build/src/teleportapp
./_build/src/teleport
```
#### Ubuntu
```
@@ -37,7 +37,7 @@ We are currently working on an MVP for a native GNOME app that only sends files,
cd teleport
./configure
make
./_build/src/teleportapp
./_build/src/teleport
```