Skip to content

Commit

Permalink
docs: update readme dev env info
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Dec 15, 2024
1 parent e6a9ea7 commit 5979d63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ This is a personal project for me to explore and better understand the OCI Runti
I'm developing `brownie` on the following environment. Even with the same set up, YMMV. Maybe I'll create a Vagrant box in future.

**Development**
- `go version go1.23.0 linux/amd64`
- `Linux 6.10.2-arch1-1 x86_64 GNU/Linux`

**Testing**
- `Linux Vagrant 5.15.0-116-generic #126-Ubuntu SMP X86_64 GNU/Linux`

You can spin up this VM from the included `Vagrantfile`, just run `vagrant up`.

### Build from source

**Prerequisite:** Compiler for Go installed ([instructions](https://go.dev/doc/install)).
Expand Down

0 comments on commit 5979d63

Please sign in to comment.