Skip to content

Commit

Permalink
update installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
idroz committed Jun 29, 2022
1 parent 9e9a022 commit 5a11503
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Expand Up @@ -38,19 +38,15 @@ Configurable system images have many advantages, but their use has been limited.

To get started using Bravetools:

1. Download a platform-specific binary, rename it to `brave`, and add it to your PATH variable:

| Operating System | Binary | Version |
|------------------|--------|---------|
| Ubuntu | [download](https://github.com/bravetools/bravetools/releases/download/1.55/brave-release-1.55-ubuntu) | release-1.55 |
| macOS | [download](https://github.com/bravetools/bravetools/releases/download/1.55/brave-release-1.55-darwin) | release-1.55 |
| Windows 8/10 | [download](https://github.com/bravetools/bravetools/releases/download/1.55/brave-release-1.55-win.exe) | release-1.55 |
1. [Download](https://github.com/bravetools/bravetools/releases) a platform-specific binary, rename it to `brave`, and add it to your PATH

2. Add your user to `lxd group`:
```bash
sudo usermod --append --groups lxd $USER
```

3. Run `brave init`

### Install from source

Bravetools can be built from source on any platform that supports Go and LXD.
Expand Down

0 comments on commit 5a11503

Please sign in to comment.