Skip to content

Commit 190f87c

Browse files
authored
Update README.md
1 parent eb68fdc commit 190f87c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
## Install
1010

1111
Download the package, install it, get the dependencies and run it with this one line commands. Same build, but two releases with different GUI: GTK3 or Qt5
12-
Release with GTK3 GUI:
12+
13+
Release with GTK3 GUI (works with Ubuntu 20.04):
1314
```
1415
sudo add-apt-repository ppa:gambas-team/gambas3 -y && sudo apt-get update && wget https://github.com/Philippe734/Simple.NFS.GUI/raw/master/Linux/1.0.16/simple-nfs-gui_1.0.16-0ubuntu1_all.deb -P ~ && sudo dpkg -i ~/simple-nfs-gui_1.0.16-0ubuntu1_all.deb && sudo apt-get install -fy && rm ~/simple-nfs-gui_1.0.16-0ubuntu1_all.deb && sudo -H Simple_NFS_GUI
1516
```
16-
Release with Qt5 GUI:
17+
Release with Qt5 GUI (I don't know were it works, tell me in an issue):
1718
```
1819
sudo add-apt-repository ppa:gambas-team/gambas3 -y && sudo apt-get update && wget https://github.com/Philippe734/Simple.NFS.GUI/raw/master/Linux/1.0.17/simple-nfs-gui_1.0.17-0ubuntu1_all.deb -P ~ && sudo dpkg -i ~/simple-nfs-gui_1.0.17-0ubuntu1_all.deb && sudo apt-get install -fy && rm ~/simple-nfs-gui_1.0.17-0ubuntu1_all.deb && sudo -H Simple_NFS_GUI
1920
```

0 commit comments

Comments
 (0)