Skip to content

Commit

Permalink
Rename getting-started to setup-and-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jan 19, 2023
1 parent b4c007e commit 92bb923
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
9 changes: 5 additions & 4 deletions docs/User/Tutorials/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions docs/User/Tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 92bb923

Please sign in to comment.