Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Mar 24, 2024
1 parent acecade commit dd7e54d
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,17 @@

### 🛠️ Requirements

1. Ansible
- [just](https://github.com/casey/just) command runner.
- [uv](https://github.com/astral-sh/uv) python package installer.
- Qemu (Optional)

```
$ uv venv
$ source .venv/bin/activate
$ uv pip install ansible
$ ansible-galaxy collection install community.general ansible.posix community.crypto
```

> [!NOTE]
> Make sure that $HOME/.local/bin is in your $PATH
2. [just](https://github.com/casey/just) command runner
<br>

3. Qemu (Optional)
### Setup

<br>
```
$ just setup
```

### 🔬 Usage

Expand All @@ -60,6 +54,7 @@ Available targets:

- all
- audio
- bluetooth
- containers
- dnsmasq
- esp
Expand Down

0 comments on commit dd7e54d

Please sign in to comment.