From 5979d639927b40fcd633407847c8d1d78d2cef35 Mon Sep 17 00:00:00 2001 From: nixpig <143995476+nixpig@users.noreply.github.com> Date: Sun, 15 Dec 2024 09:10:36 +0000 Subject: [PATCH] docs: update readme dev env info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ef33912..cdf51b9 100644 --- a/README.md +++ b/README.md @@ -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)).