Skip to content

Commit

Permalink
Merge pull request #59 from RoseSecurity/RoseSecurity-patch-1
Browse files Browse the repository at this point in the history
Add Debian install instructions
  • Loading branch information
RoseSecurity authored Sep 14, 2024
2 parents eb85569 + 0aefe83 commit 7d3970f
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,35 @@ flowchart TD
## Installation

Homebrew installation:
### Homebrew

```sh
brew install terramaid
```

If you have a functional go environment, you can install with:
If you have a functional Go environment, you can install with:

```sh
go install github.com/RoseSecurity/terramaid@latest
```

Build from source:
### Apt

To install packages, you can quickly setup the repository automatically:

```sh
curl -1sLf \
'https://dl.cloudsmith.io/public/rosesecurity/terramaid/setup.deb.sh' \
| sudo -E bash
```

Once the repository is configured, you can install with:

```sh
apt install terramaid
```

### Source

```sh
git clone [email protected]:RoseSecurity/terramaid.git
Expand Down

0 comments on commit 7d3970f

Please sign in to comment.