Skip to content

Commit

Permalink
Use 'make env' to setup environment in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Feb 3, 2020
1 parent 916923a commit 07f42e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ run:
clean:
make -C usr clean
make -C os clean
env:
make -C os env
docker:
docker run -it --mount type=bind,source=$(shell pwd),destination=/mnt ${DOCKER_NAME}

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ Please read
You need: `rustup` installed and run:

```shell
cargo install cargo-binutils cargo-xbuild
rustup component add rust-src
rustup component add llvm-tools-preview
rustup target add riscv64imac-unknown-none-elf
make env
```

## Quick Try
Expand Down

0 comments on commit 07f42e0

Please sign in to comment.