Skip to content

Commit 6fc6665

Browse files
committed
Remove outdated instructions from getting-started guide.
Firecracker is now built from a submodule later in the guide, no need to install it beforehand. Signed-off-by: Erik Sipsma <[email protected]>
1 parent 75fa787 commit 6fc6665

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/getting-started.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,11 @@ You need to have the following things in order to use firecracker-containerd:
3838

3939
</details>
4040
* git
41-
* The Firecracker binary with the optional `vsock` feature enabled. This
42-
feature requires building from source; instructions for doing so are in the
43-
[Firecracker getting started guide](https://github.com/firecracker-microvm/firecracker/blob/master/docs/getting-started.md#building-from-source)
4441
* A root filesystem image (you can use the one
4542
[described here](https://github.com/firecracker-microvm/firecracker/blob/master/docs/getting-started.md#running-firecracker)
4643
as `hello-rootfs.ext4`).
4744
* A recent installation of [Docker CE](https://docker.com).
4845
* Go 1.11 or later, which you can download from [here](https://golang.org/dl/).
49-
* Rust 1.32 (and Cargo), which you can download from [here](https://rustup.rs/).
5046

5147
## Setup
5248

0 commit comments

Comments
 (0)