update README

This commit is contained in:
Denis Lehmann 2022-01-18 09:39:59 +01:00
parent 1bed0499ab
commit 7b9b424624

View file

@ -93,12 +93,13 @@
2. Copy and paste the *oneliner* from the top of this README
3. Source /sf/ from the web with =curl=:
3. Source /sf/ from the web for example with =curl=:
#+begin_src sh
source <(curl -s https://raw.githubusercontent.com/Deleh/sf/master/sf)
#+end_src
*Note* that this adds an online dependency to your script and if /sf/ changes, your script may break.
This method should only be used for testing purposes.
*Note* that this adds an online dependency to your script AND that sourcing from a web resource might be a potential security issue.
The master branch should only be used for testing purposes in this method.
Replace =master= in the URL with a commit hash to prevent future changes in /sf/ breaking your script.
*** 3. Write your script