-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9507159
commit 60ad573
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# safeguard-bash Developer Guide | ||
Bash script development can be done many ways, this is just one way in a linux terminal. | ||
|
||
### Requirements | ||
* Install [jq](https://stedolan.github.io/jq/manual/), this is not mandatory, but it is not installed by default and the user experience is better if installed. | ||
|
||
* Clone this repository | ||
|
||
### Installation | ||
After cloning this repository, run the `install-local.sh` script. This will copy the relevant scripts to `$HOME/scripts`, | ||
and add that directory to your `$PATH` environment variable. After editing any of the scripts in the src directory simply | ||
run `install-local.sh` and test your changes. |