Skip to content

Commit 7f6ba5b

Browse files
committed
Clarify use of sudo to install GtkAda.
1 parent 7cfccda commit 7f6ba5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

INSTALL

+3-1
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)