Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit c4d18f7

Browse files
committed
Modify installation instructions to be compatible with Enarx 0.2.0
Signed-off-by: Paul Pietkiewicz <paul@profian.com>
1 parent f3dba57 commit c4d18f7

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

docs/Installation/Enarx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ You can install Enarx from GitHub, crates.io, or Nix.
1616

1717
:::note
1818

19-
Rust version 1.57 is required when installing Enarx 0.1.3 from crates.io.
19+
Rust version nightly-2022-02-08 is required when installing Enarx 0.2.0 from crates.io.
2020

2121
:::
2222

23-
$ rustup toolchain install 1.57 -t x86_64-unknown-linux-musl,x86_64-unknown-linux-gnu
24-
$ RUSTC_BOOTSTRAP=1 cargo +1.57 install --bin enarx -- enarx
23+
$ rustup toolchain install nightly-2022-02-08 -t x86_64-unknown-linux-musl,x86_64-unknown-linux-gnu
24+
$ cargo +nightly-2022-02-08 install --bin enarx -- enarx
2525

2626

2727
## Install from Nix

docs/Installation/Setup.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,3 @@ Failure to do so might result in weird failures at runtime.
6666

6767
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
6868
$ source $HOME/.cargo/env
69-
70-
71-
:::tip
72-
73-
For Enarx development, Nightly is required:
74-
75-
$ rustup toolchain install nightly --allow-downgrade -t x86_64-unknown-linux-musl,x86_64-unknown-linux-gnu
76-
77-
:::

0 commit comments

Comments
 (0)