From 28e04e04bd0a9853391a6e17159a4ee1768c7802 Mon Sep 17 00:00:00 2001 From: Michel Date: Mon, 12 Feb 2024 14:57:33 +0100 Subject: [PATCH] docs: nnn git repo --- .README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.README.md b/.README.md index 15586f3..2eb8b99 100644 --- a/.README.md +++ b/.README.md @@ -216,5 +216,13 @@ make clean sudo make O_GITSTATUS=1 O_NAMEFIRST=1 O_NERD=1 install # Copy plugins -plugins/getplugs +plugins/getplugs master ``` + +### From repository + +```sh +git clone https://github.com/jarun/nnn.git +``` + +and then, as aboveā€¦