Remove all github mentions

This commit is contained in:
Thibault Martin
2020-05-22 12:07:09 +02:00
parent ceab699bd2
commit d90681d9ae
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ It's still early days, but we have exciting plans for the future. While Teleport
#### Archlinux
```
pacman -S base-devel libsoup avahi gtk3 meson
git clone https://github.com/frac-tion/teleport.git
git clone https://gitlab.gnome.org/jsparber/teleport
cd teleport
./configure
sudo make install
@@ -37,7 +37,7 @@ It's still early days, but we have exciting plans for the future. While Teleport
#### Ubuntu
```
apt install pkg-config libsoup2.4-dev libavahi-client3 libavahi-client-dev libgtk-3-dev meson
git clone https://github.com/frac-tion/teleport.git
git clone https://gitlab.gnome.org/jsparber/teleport
cd teleport
./configure
make