Update outdated information in the README (#746)

This commit is contained in:
sitiom 2022-11-18 23:21:01 +08:00 committed by GitHub
parent 0072d36504
commit 8c4fcec169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -8,6 +8,6 @@ be sure to know about these few guidelines:
- By "game-related tools", we mean tools that are specific to a game
or a game series (such as a map editor or modding tool).
- Generic utilities related to gaming (such as Steam or GOG-related utilities)
should be added to [scoop-extras](https://github.com/lukesampson/scoop-extras)
should be added to [Extras](https://github.com/ScoopInstaller/Extras)
instead, as they tend to appeal to a wider audience compared to this bucket.
- See the official [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).

View File

@ -1,12 +1,10 @@
# scoop-games
[![AppVeyor Build Status](https://img.shields.io/appveyor/ci/Calinou/scoop-games/master.svg?style=flat-square&label=AppVeyor&logo=appveyor)](https://ci.appveyor.com/project/Calinou/scoop-games/branch/master) [![Repo size](https://img.shields.io/github/repo-size/Calinou/scoop-games.svg?style=flat-square)](https://github.com/Calinou/scoop-games) [![Mentioned in Awesome Scoop](https://awesome.re/mentioned-badge.svg)](https://github.com/scoopinstaller/awesome-scoop)
# scoop-games [![Tests](https://github.com/Calinou/scoop-games/actions/workflows/ci.yml/badge.svg)](https://github.com/Calinou/scoop-games/actions/workflows/ci.yml) [![Excavator](https://github.com/Calinou/scoop-games/actions/workflows/excavator.yml/badge.svg)](https://github.com/Calinou/scoop-games/actions/workflows/excavator.yml) [![Repo size](https://img.shields.io/github/repo-size/Calinou/scoop-games.svg?style=flat-square)](https://github.com/Calinou/scoop-games) [![Mentioned in Awesome Scoop](https://awesome.re/mentioned-badge.svg)](https://github.com/ScoopInstaller/Awesome)
A [Scoop](https://scoop.sh/) bucket for open source/freeware games and game-related tools.
## List of applications in this bucket
See [this page](https://rasa.github.io/scoop-directory/by-score#Calinou_scoop-games)
See [this page](https://scoop.sh/#/apps?q=%22https%3A%2F%2Fgithub.com%2FCalinou%2Fscoop-games%22&s=0&d=1&o=true)
for a list of applications in this bucket with descriptions.
## Usage
@ -30,13 +28,13 @@ scoop install ericw-tools
## Updating applications in this bucket
For manifests that contain an `autoupdate` section, there's a bot run by
@r15ch13 that runs every day and commits updated manifests to the repository.
For manifests that contain an `autoupdate` section, there's a GitHub Actions
workflow that runs every day and commits updated manifests to the repository.
No need to open a pull request to update those manifests.
For manifests that don't contain an `autoupdate` section, feel free to open a
pull request to update them to the latest version. You can also
[add an `autoupdate` section to the manifest](https://github.com/lukesampson/scoop/wiki/App-Manifest-Autoupdate)
[add an `autoupdate` section to the manifest](https://github.com/ScoopInstaller/Scoop/wiki/App-Manifest-Autoupdate)
to ensure the application always remains up-to-date in the future.
## License