We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo
1 parent 7cfccda commit 7f6ba5bCopy full SHA for 7f6ba5b
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