Skip to content

Commit f4f375b

Browse files
committed
Minor doc update
Signed-off-by: Simon Davies <[email protected]>
1 parent e79ec96 commit f4f375b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ After having an environment with a hypervisor setup, running the example has the
182182

183183
1. On Linux or WSL, you'll most likely need build essential. For Ubuntu, run `sudo apt install build-essential`. For
184184
Azure Linux, run `sudo dnf install build-essential`.
185-
2. [Rust](https://www.rust-lang.org/tools/install). Install toolchain v1.78.0 or later.
185+
2. [Rust](https://www.rust-lang.org/tools/install). Install toolchain v1.81 or later.
186186

187187
Also, install the `x86_64-pc-windows-msvc` and `x86_64-unknown-none` targets, these are needed to build the test
188188
guest binaries. (Note: install both targets on either Linux or Windows: Hyperlight can load ELF or PE files on either
@@ -193,7 +193,7 @@ After having an environment with a hypervisor setup, running the example has the
193193
rustup target add x86_64-pc-windows-msvc
194194
```
195195

196-
3. [just](https://github.com/casey/just). `cargo install just` .
196+
3. [just](https://github.com/casey/just). `cargo install just` On Windows you also need [pwsh](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4).
197197
4. [clang and LLVM](https://clang.llvm.org/get_started.html).
198198
- On Ubuntu, run:
199199

0 commit comments

Comments
 (0)