You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use bash script with curl. This makes it easy for people using the project for the first time. And means you don't need to clone to keep your clone updated, or specify paths to files.
This could be done with a script that depends on a local directory, but this is more fragile (not portable on machines and requires exact path and cloned repo). And its only advantage over curl approach is speed.
The text was updated successfully, but these errors were encountered:
MichaelCurrin
changed the title
Add quickstart steps with bash
Add quickstart steps with curl and bash
Feb 5, 2020
Additionally, add a REPL for taking config details (or create a temporary config file from a template), then using bash to replace the configurable items
Use bash script with curl. This makes it easy for people using the project for the first time. And means you don't need to clone to keep your clone updated, or specify paths to files.
This could be done with a script that depends on a local directory, but this is more fragile (not portable on machines and requires exact path and cloned repo). And its only advantage over curl approach is speed.
The text was updated successfully, but these errors were encountered: