Rename getting-started to setup-and-usage

This commit is contained in:
Harendra Kumar 2023-01-16 22:18:26 +05:30
parent b4c007e839
commit 92bb923caf
3 changed files with 10 additions and 10 deletions

View File

@ -25,12 +25,13 @@ It [concludes](#further-reading) with suggestions for further reading.
### Installing Streamly
If you wish to follow along with this guide, you will need to have
[Streamly][] installed.
the Haskell `streamly` package installed.
Please see the [Getting Started With The Streamly Package](/docs/User/Tutorials/getting-started.md)
guide for instructions on how to install [Streamly][].
Please see the [Setup and
Usage](/docs/User/Tutorials/setup-and-usage.md) guide for instructions
on how to use the `streamly` package interactively or in a project.
If you wish to run benchmarks, please be sure to build your
If you wish to run performance benchmarks, please be sure to build your
application using the instructions in the [Build Guide](/docs/User/HowTo/Compiling.md).
### An overview of the types used in these examples

View File

@ -13,10 +13,11 @@ safe, scalable, modular and high performance software. Streamly offers:
* Declarative, fearless concurrency.
* Ecossytem libraries for quick development.
Please read [Using Streamly](/docs/User/Tutorials/getting-started.md) and
[Streamly Quick Tutorial](/docs/User/Tutorials/Introduction.md) to get a taste
of the library. Streamly comes with comprehensive documentation, please
visit the [Haskell Streamly website][Streamly] for documentation.
Please read the [Streamly Setup and Usage
Guide](/docs/User/Tutorials/setup-and-usage.md) and [Streamly Quick
Tutorial](/docs/User/Tutorials/Introduction.md) to get a taste of the
library. Streamly comes with comprehensive documentation, please visit
the [Haskell Streamly website][Streamly] for documentation.
## Performance with Modularity

View File

@ -220,5 +220,3 @@ Overview](/docs/User/Tutorials/Introduction.md).
[streamly-hackage]: https://hackage.haskell.org/package/streamly
[streamly-github]: https://github.com/composewell/streamly
[streamly-packages]: https://github.com/composewell/streamly-packages
[streamly-examples]: https://github.com/composewell/streamly-examples
[haskell-getting-started]: https://github.com/composewell/haskell-dev/blob/master/getting-started.rst