aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 2a9b6c6..418700f 100644
--- a/README
+++ b/README
@@ -26,7 +26,11 @@ parameter is given.
== Installation
-On POSIX like system, run
+Clone the repository,
+
+ $ git clone https://git.sr.ht/~shulhan/bin.sh
+
+Go to inside the cloned repository and run
$ sudo make install
@@ -35,5 +39,9 @@ To uninstall it, run
$ sudo make uninstall
+== Development
+
+https://git.sr.ht/~shulhan/bin.sh:: Link to the source code.
+
// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: GPL-3.0-or-later