Skip to content

Commit

Permalink
docs: minimal install documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Mannocci <[email protected]>
  • Loading branch information
amannocci committed Feb 12, 2024
1 parent a13459c commit 4ceb651
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,25 @@ poetry poe fmt

## Usage

### How to install it

```bash
# For MacOSX Apple Silicon
gh release download 0.1.0 -p '*-darwin-arm64' -O /usr/local/bin/terranova --clobber

# For MacOSX Intel
gh release download 0.1.0 -p '*-darwin-amd64' -O /usr/local/bin/terranova --clobber

# For Linux arm64
gh release download 0.1.0 -p '*-linux-arm64' -O /usr/local/bin/terranova --clobber

# For Linux amd64
gh release download 0.1.0 -p '*-linux-amd64' -O /usr/local/bin/terranova --clobber

# Make it executable
chmod +x /usr/local/bin/terranova
```

### Define an arbitrary resource layout

* `terranova` rely on the concept of resource groups.
Expand Down

0 comments on commit 4ceb651

Please sign in to comment.