1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-06-08 17:20:41 +00:00

git clone

This commit is contained in:
untakenstupidnick 2019-04-03 06:48:10 +04:30
parent 1cb252f828
commit 83142e0b27

View File

@ -25,6 +25,7 @@ These include:
## Prerequisites
* git (optional)
* POSIX make (optional)
* A C compiler with C99 enabled
* The standard library
@ -32,7 +33,6 @@ These include:
## How to run
1) Download the files
2) Go to the sources directory
3) Set the environment variable PREFIX to the address you want them to be in
@ -41,7 +41,8 @@ These include:
Like this:
``` sh
cd ~/Downloads/sources
git clone https://github.com/untakenstupidnick/nbsdgames
cd ~/nbsdgames/sources
export PREFIX= ~/bin
make install
```