Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed typo and added instructions to build from source
  • Loading branch information
Cesar Rodriguez authored Aug 16, 2020
1 parent 4a318e3 commit 246797c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ Terrascan is also available as a Docker image and can be used as follows
$ docker run accurics/terrascan
```

### Building Terrascan
Terrascan can be built locally. This is helpful if you want to be on the latest version or when developing Terrascan.

``` Bash
$ git clone git@github.com:accurics/terrascan.git
$ cd terrascan
$ make build
$ ./bin/terrascan
```

## Getting started

To scan your code for security issues you can run the following
Expand Down Expand Up @@ -83,7 +93,7 @@ To learn more about Terrascan check out the documentation https://docs.accurics.
To learn more about developing and contributing to Terrascan refer to our [contributing guide](CONTRIBUTING.md).


To learn more about compiling Terraform and contributing suggested changes, please refer to the contributing guide.
To learn more about compiling Terrascan and contributing suggested changes, please refer to the contributing guide.

## License

Expand Down

0 comments on commit 246797c

Please sign in to comment.