Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kidonng/scoop-docs
📚 Scoop documentation done right
https://github.com/kidonng/scoop-docs
scoop
Last synced: 26 days ago
JSON representation
📚 Scoop documentation done right
- Host: GitHub
- URL: https://github.com/kidonng/scoop-docs
- Owner: kidonng
- License: mit
- Created: 2019-07-08T13:30:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T13:22:54.000Z (about 2 years ago)
- Last Synced: 2023-03-03T16:23:38.447Z (over 1 year ago)
- Topics: scoop
- Language: Vue
- Homepage: https://scoop-docs.now.sh/
- Size: 356 KB
- Stars: 44
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
home: true
actionText: Quick Start →
actionLink: docs/getting-started/Quick-Start.md
features:
- title: Get comfortable on the Windows command line
details: Looking for familiar Unix tools? Tired of PowerShell’s Verb-Noun verbosity? Scoop helps you get the programs you need, with a minimal amount of point-and-clicking.
- title: Say goodbye to permission pop-ups
details: Scoop installs programs to your home directory by default. So you don’t need admin permissions to install programs, and you won’t see UAC popups every time you need to add or remove a program.
- title: Scoop reads the README for you
details: Not sure whether you need 32-bit or 64-bit? Can’t remember that command you have to type after you install to get that other thing you need? Scoop has you covered. Just "scoop install" and you’ll be ready to work in no time.
footer: This site is unofficial. Contents' copyright belongs to their author.
---## Scoop installs the tools you know and love
```powershell
scoop install curl
```## Demo
## Installs in seconds
Make sure [PowerShell 5](https://aka.ms/wmf5download) (or later, include [PowerShell Core](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-windows?view=powershell-6)) and [.NET Framework 4.5](https://www.microsoft.com/net/download) (or later) are installed. Then run:
```powershell
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
```**Note:** if you get an error you might need to change the execution policy (i.e. enable PowerShell) with `Set-ExecutionPolicy RemoteSigned -scope CurrentUser`.