Skip to content

Commit e60bef7

Browse files
committed
updatred README
1 parent 55aa562 commit e60bef7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ A command line package to backup your repositories in your local from Gitlab. Be
66

77
- node js v10 above
88

9+
### Tldr:
10+
11+
`npx mmd-gitlab-backuper -t 'YOUR-ACCESS-TOKEN'`
12+
913
### How to work:
1014

1115
- grab a Personal Access Token from your gitlab account.
@@ -25,7 +29,8 @@ Click on `Create personal access token` and after that grab your token:
2529
![doc2](images/doc2.jpg)
2630

2731
- now run command below in witch directory you want to do backup:
28-
`npx mmd-gitlab-backuper -t 'YOUR-ACCESS-TOKEN'`
32+
33+
`npx mmd-gitlab-backuper -t 'YOUR-ACCESS-TOKEN'`
2934

3035
wooow!! that's all. Now your repos will be available in `./repos` directory.
3136

0 commit comments

Comments
 (0)