Add an unknown bucket by its name and Git repository URL

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>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

scoop bucket add {{name}} {{https://example.com/repository.git}}

click the source code to copy