diff --git a/README.md b/README.md index e679127126..b8b7ac9bac 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ further reading. If you wish to follow along with this guide, you will need to have [Streamly][] installed. -Please see the [Getting Started With The Streamly Package](./INSTALL.md) +Please see the [Getting Started With The Streamly Package](docs/getting-started.md) guide for instructions on how to install [Streamly][]. If you wish to run benchmarks, please be sure to build your diff --git a/INSTALL.md b/docs/getting-started.md similarity index 100% rename from INSTALL.md rename to docs/getting-started.md diff --git a/streamly.cabal b/streamly.cabal index 5ea23f78c6..5d809aa9bf 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -56,7 +56,6 @@ extra-source-files: .hlint.yaml CONTRIBUTING.md Changelog.md - INSTALL.md MAINTAINING.md README.md appveyor.yml