Skip to content

Commit 40a70b3

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

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,14 @@
88

99
## Install
1010

11-
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-
13-
Release with GTK3 GUI (works with Ubuntu 20.04):
14-
```
15-
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
16-
```
17-
Release with Qt5 GUI (I don't know were it works, tell me in an issue):
18-
```
19-
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
20-
```
11+
Release available in AppImage, indeed after some years!
2112

2213

2314
## Settings
2415

2516
This app allow you to set a machine as a Client or/and as Server in a local network, using the NFS protocol for Linux. This is a front-end for NFS, a GUI tool for NFS. In order to set a machine as Client/Server, you need to run this app as root, with sudo -H or gksu. Reboot the machine after settings.
2617
```
27-
sudo -H Simple_NFS_GUI
18+
sudo -H simple-nfs-gui-gambas-latest-x86_64.AppImage
2819
```
2920

3021
### Set a machine as a Client
@@ -65,7 +56,3 @@ A package is available: https://repository.codelinsoft.it/?dir=fedora/29
6556

6657
If you want to reward my work, or thank me, then you can donate a few dollars on my main old website [HERE](http://vpnlifeguard.blogspot.fr/p/faire-un-don.html) and I'll be very happy!
6758

68-
[![download][2]][1]
69-
70-
[1]: https://github.com/Philippe734/Simple.NFS.GUI/raw/master/Linux/1.0.15/simple-nfs-gui_1.0.15-0ubuntu1_all.deb
71-
[2]: https://cloud.githubusercontent.com/assets/24923693/21723900/7fdda69e-d432-11e6-8ab1-87dd79f36fe5.gif

0 commit comments

Comments
 (0)