We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8976d7e + 7f6ba5b commit 659f364Copy full SHA for 659f364
INSTALL
@@ -17,7 +17,9 @@ it.
17
On Unix systems, you'll then just need to run the following command once
18
GNAT is installed and available in your PATH:
19
20
- $ sudo env "PATH=$PATH" ./doinstall
+ $ env "PATH=$PATH" ./doinstall
21
+
22
+You can prepend `sudo` to the command line to install it as a superuser.
23
24
On Windows, just run the Gtkada installer and follow the displayed instructions.
25
0 commit comments