Add alternative installation methods
This commit is contained in:
parent
66d9a0b0b0
commit
7987b25f66
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -6,12 +6,30 @@ considered as a release version and current working version is
|
|||
numbered using ''git describe --tags'' command.
|
||||
|
||||
# Installation
|
||||
|
||||
## Dependencies
|
||||
```
|
||||
apt install git python3-git
|
||||
```
|
||||
|
||||
## Using git
|
||||
```
|
||||
git clone https://gogs.zionetrix.net/bn8/gitdch.git /usr/local/src/gitdch
|
||||
ln -s /usr/local/src/gitdch/gitdch /usr/local/bin/gitdch
|
||||
```
|
||||
|
||||
## Using wget
|
||||
```
|
||||
wget -O /usr/local/bin/gitdch https://gogs.zionetrix.net/bn8/gitdch/raw/master/gitdch
|
||||
chmod +x /usr/local/bin/gitdch
|
||||
```
|
||||
|
||||
## Using curl
|
||||
```
|
||||
curl -o /usr/local/bin/gitdch https://gogs.zionetrix.net/bn8/gitdch/raw/master/gitdch
|
||||
chmod +x /usr/local/bin/gitdch
|
||||
```
|
||||
|
||||
# Usage
|
||||
```
|
||||
usage: gitdch [-h] [-d] [-v] [-w] [-l LOGFILE] [-q] [-p GIT_PATH] [-o OUTPUT] [-n PACKAGE_NAME] [-V VERSION] [--version-suffix VERSION_SUFFIX] [-c CODE_NAME] [-u URGENCY]
|
||||
|
|
Loading…
Reference in a new issue