diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 00000000000000..ef592cfdf876f4 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,6 @@ +{ + "MD013": false, + "MD024": { + "siblings_only": true + } +} diff --git a/README.md b/README.md index 9a9c9c2207f1fb..6390012f7df63d 100644 --- a/README.md +++ b/README.md @@ -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 `. diff --git a/experiment/automake.json b/deprecated/automake.json similarity index 100% rename from experiment/automake.json rename to deprecated/automake.json