diff options
| -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 |
