Mention 'bash' for executing ./bootstrap

Reported-by: Mojca Miklavec
This commit is contained in:
Tim Rühsen
2017-04-18 10:47:15 +02:00
parent 0004d3ec22
commit 67cb37ce5a

View File

@@ -116,7 +116,7 @@ Compiling From Repository Sources
$ cd wget # assumes you've cloned a repository to "./wget"
2. Generate all the automatically-generated files required prior to
configuring the package:
$ ./bootstrap
$ ./bootstrap (or: bash ./bootstrap)
3. Configure the package and compile it:
$ ./configure --enable-assert [some_parameters]
$ make