scoop-games/README.md

28 lines
725 B
Markdown
Raw Normal View History

2018-05-08 01:39:27 -07:00
# scoop-games
A [Scoop](https://scoop.sh/) bucket for open source/freeware games and game-related tools.
2018-05-08 01:39:27 -07:00
## Usage
After installing [Scoop](https://scoop.sh/), enter the following line in a
2018-05-08 01:39:27 -07:00
Command Prompt or PowerShell window:
```powershell
scoop bucket add games
2018-05-08 01:39:27 -07:00
```
Once this is done, you can install any app from this bucket (check the list
of files in this repository). For instance, use the following command:
```powershell
# Don't include the .json file extension in the app name
scoop install ericw-tools
```
## License
Copyright © 2018 Hugo Locurcio and contributors
Files in this repository are licensed under CC0 1.0 Universal,
see [LICENSE.md](LICENSE.md) for more information.