mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
scoop-bucket: add page (#4554)
This commit is contained in:
parent
6c92ad98a9
commit
583653c701
1 changed files with 25 additions and 0 deletions
25
pages/windows/scoop-bucket.md
Normal file
25
pages/windows/scoop-bucket.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# scoop bucket
|
||||||
|
|
||||||
|
> Manage buckets: Git repositories containing files which describe how scoop installs applications.
|
||||||
|
> If Scoop doesn't know where the bucket is located its repository location must be specified.
|
||||||
|
> More information: <https://github.com/lukesampson/scoop/wiki/Buckets>.
|
||||||
|
|
||||||
|
- List all buckets currently in use:
|
||||||
|
|
||||||
|
`scoop bucket list`
|
||||||
|
|
||||||
|
- List all known buckets:
|
||||||
|
|
||||||
|
`scoop bucket known`
|
||||||
|
|
||||||
|
- Add a known bucket by its name:
|
||||||
|
|
||||||
|
`scoop bucket add {{name}}`
|
||||||
|
|
||||||
|
- Add an unknown bucket by its name and Git repository URL:
|
||||||
|
|
||||||
|
`scoop bucket add {{name}} {{https://example.com/repository.git}}`
|
||||||
|
|
||||||
|
- Remove a bucket by its name:
|
||||||
|
|
||||||
|
`scoop bucket rm {{name}}`
|
Loading…
Add table
Reference in a new issue