systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit a7aa81620e6ad1a8c03ebf859760bcd57501cc32
parent 37e0622b1a1fe03bb92a2a91881e085efd76749b
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon, 16 Jul 2018 11:32:15 +0200

update readme

README.md | 4 ++++
1 file changed, 4 insertions(+)

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -17,6 +17,10 @@ su - !$ Clone this git (as normal user): ``` +# Termux only +pkg install git +# End Termux only + git clone https://github.com/RemyNoulin/systemSetup.git cd systemSetup ```