docs: added examples
This commit is contained in:
parent
acf779942c
commit
cc15786868
1 changed files with 12 additions and 1 deletions
13
readme.md
13
readme.md
|
|
@ -22,8 +22,19 @@ root [http://gitlab.example.com]
|
|||
└── subgroup3 [/group2/subgroup3]
|
||||
```
|
||||
|
||||
# Usage
|
||||
# Example
|
||||
Gitea:
|
||||
```
|
||||
gogitlabber -backend=gitea -destination=$HOME/Documents -git-url=gitea.example.com
|
||||
-git-api-token=supersecrettoken
|
||||
```
|
||||
Gitlab:
|
||||
```
|
||||
gogitlabber -backend=gitlab -destination=$HOME/Documents -git-url=gitlab.example.com
|
||||
-git-api-token=supersecrettoken
|
||||
```
|
||||
|
||||
# Usage
|
||||
```
|
||||
Usage of gogitlabber:
|
||||
-archived string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue