aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-06 23:24:42 +0700
committerShulhan <ms@kilabit.info>2025-07-07 00:50:17 +0700
commit4565ed0067d6a0f7d3f48ef84a7781989aed2ce7 (patch)
tree1fdb01fabef0237e29b9b0f8769364f0fb61ced0
parentce18a33847d49a867c7f63d364f252aecb8831aa (diff)
downloadbin.sh-4565ed0067d6a0f7d3f48ef84a7781989aed2ce7.tar.xz
all: add section "Development" to README
The Development sections contains link to the repository.
-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