Skip to content

Commit 488f8c5

Browse files
README: fix typo in folder name
1 parent b62f031 commit 488f8c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ To build and install gpredict from source, first unpack the source package:
5050
Then change to the gpredict-x.y.z directory and build gpredict:
5151

5252
./configure
53-
make -j$(( $(nproc) + 1))
54-
make install
53+
54+
55+
5556

5657
The last step usually requires you to become root, otherwise you may not have
5758
the required permissions to install gpredict. If you can not or do not want to
@@ -60,7 +61,7 @@ adding --prefix=somedir to the ./configure step. For example
6061

6162
./configure --prefix="$HOME/predict"
6263

63-
will configure the build to install the files into /home/user/gpredict folder.
64+
will configure the build to install the files into /home/user/predict folder.
6465

6566
If you are building directly from the git repository, you have to run
6667
./autogen.sh instead of of configure. You can pass the same options to the

0 commit comments

Comments
 (0)