forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(automake): deprecate as msys1 is unmaintained (ScoopInstaller#7176
- Loading branch information
1 parent
50ec71e
commit 0e116f7
Showing
3 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"MD013": false, | ||
"MD024": { | ||
"siblings_only": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# scoop-extras [![Build status](https://ci.appveyor.com/api/projects/status/r0bbdnvk15t1vnps?svg=true)](https://ci.appveyor.com/project/lukesampson/scoop-extras) | ||
# Scoop Extras [![Build status](https://ci.appveyor.com/api/projects/status/r0bbdnvk15t1vnps?svg=true)](https://ci.appveyor.com/project/lukesampson/scoop-extras) | ||
|
||
The "extras" bucket for [Scoop](http://scoop.sh), for anything that doesn't fit the [criteria](https://github.com/lukesampson/scoop/wiki/Criteria-for-including-apps-in-the-main-bucket) for inclusion in the [main bucket](https://github.com/ScoopInstaller/Main). | ||
Extra manifests for [Scoop](https://scoop.sh), the Windows command-line installer. For manifests that don't fit the [Main criteria](https://github.com/ScoopInstaller/Scoop/wiki/Criteria-for-including-apps-in-the-main-bucket). | ||
|
||
To make it easier to install apps from this bucket, run | ||
`scoop bucket add extras` | ||
How do I install these manifests? | ||
--------------------------------- | ||
|
||
To add this bucket, run `scoop bucket add extras`. To install, do `scoop install <manifest>`. |
File renamed without changes.