From 83142e0b271250cd2102d4e56cffeaaa61a9e810 Mon Sep 17 00:00:00 2001 From: untakenstupidnick Date: Wed, 3 Apr 2019 06:48:10 +0430 Subject: [PATCH] git clone --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2a697f..f064a8d 100644 --- a/README.md +++ b/README.md @@ -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 ```