diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-06 23:24:42 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-07 00:50:17 +0700 |
| commit | 4565ed0067d6a0f7d3f48ef84a7781989aed2ce7 (patch) | |
| tree | 1fdb01fabef0237e29b9b0f8769364f0fb61ced0 | |
| parent | ce18a33847d49a867c7f63d364f252aecb8831aa (diff) | |
| download | bin.sh-4565ed0067d6a0f7d3f48ef84a7781989aed2ce7.tar.xz | |
all: add section "Development" to README
The Development sections contains link to the repository.
| -rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |
