Skip to content

Commit 6657a24

Browse files
committed
Merge branch 'develop' of https://github.com/acg-team/tral into develop
2 parents 52bda15 + 2adaee9 commit 6657a24

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

easy_setup/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,22 @@ To uninstall TRAL (and is external software if you wish) run the script deleteTR
9595
```
9696
\.deleteTRAL.sh
9797
```
98+
9899
You will be asked if you want to uninstall the external software as well.
100+
If you used sudo to install TRAL and its external software you will need to use sudo for the uninstallation too.
99101

102+
```
103+
sudo \.deleteTRAL.sh
104+
```
100105
To uninstall only all installed external software run:
101106

102107
```
103108
\.uninstall_all_ext_software.sh
104109
```
110+
111+
or in case you installed it with sudo:
112+
113+
```
114+
sudo \.uninstall_all_ext_software.sh
115+
```
116+

0 commit comments

Comments
 (0)