Skip to content

Commit 659f364

Browse files
committed
Merge branch 'topic/vadim/install' into 'master'
Clarify use of `sudo` to install GtkAda. Closes #13 See merge request eng/ide/gtkada!26
2 parents 8976d7e + 7f6ba5b commit 659f364

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

INSTALL

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ it.
1717
On Unix systems, you'll then just need to run the following command once
1818
GNAT is installed and available in your PATH:
1919

20-
$ sudo env "PATH=$PATH" ./doinstall
20+
$ env "PATH=$PATH" ./doinstall
21+
22+
You can prepend `sudo` to the command line to install it as a superuser.
2123

2224
On Windows, just run the Gtkada installer and follow the displayed instructions.
2325

0 commit comments

Comments
 (0)