Skip to content

Commit

Permalink
chore(docs): finishes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel De Lucca authored Apr 17, 2021
1 parent 425400d commit fa9a8f8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ While coding shell scripts, there are plenty of standard tasks that I need to do

## Quickstart

You can import a given script with the following line:
You can import a given module by adding following line to your script:
```sh
<replace>
source <(curl -s "https://raw.githubusercontent.com/delucca/shell-functions/<desired-release-tag>/modules/<desired-module>.sh")
```
> 💡 You can get the release tag in ouor [releases page][releases-page]

This will add all helpers functions from that module to your shell script

Expand All @@ -43,4 +45,5 @@ This repository is distributed under the Apache 2.0 License. See [`LICENSE`][lic
[license]: LICENSE
[feedback-module]: modules/feedback.sh
[validation-module]: modules/validation.sh
[authorization-module]: modules/authorization.sh
[authorization-module]: modules/authorization.sh
[releases-page]: https://github.com/delucca/shell-functions/releases

0 comments on commit fa9a8f8

Please sign in to comment.