Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown57 committed Mar 16, 2024
1 parent be9fe0e commit 605d682
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ config:
releasepath: #path to keep fetched releases. $HOME/binMan is the default
cleanup: true # remove downloaded archive
maxdownloads: 1 # number of concurrent downloads allowed. Default is 3
upx: #Compress binaries with upx
enabled: false
args: [] # arrary of args for upx
sources:
- name: gitlab.com
#tokenvar: GL_TOKEN # environment variable that contains gitlab token
Expand All @@ -39,13 +36,8 @@ config:
apitype: github
releases:
- repo: rjbrown57/binman
linkname: mybinman
downloadonly: false
cleanup: true
upx:
args: [] #["-k","-v"]
# syncing from gitlab
#- repo: gitlab.com/gitlab-org/cli
- repo: gitlab.com/gitlab-org/cli
```
If you find a new binary you would like to add to your config file add it via your editor of choice with `binman config edit`, or take a shortcut with `binman config add therepo/project`.
Expand Down

0 comments on commit 605d682

Please sign in to comment.