Skip to content

Commit 6e861ef

Browse files
committed
Update README
1 parent eb0cc44 commit 6e861ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ fn eadk_main() {
1919

2020
## Build the app
2121

22-
You need to install an embedded ARM rust compiler as well as [nwlink](https://www.npmjs.com/package/nwlink).
22+
To build this sample app, you will need to install an embedded ARM rust compiler as well as [Node.js](https://nodejs.org/en/). The SDK for Epsilon apps is shipped as an npm module called [nwlink](https://www.npmjs.com/package/nwlink) that will automatically be installed at compile time.
2323

2424
```shell
2525
brew install rustup node # Or equivalent on your OS
2626
rustup-init
2727
rustup target add thumbv7em-none-eabihf
28-
npm install -g nwlink
2928
cargo build
3029
```
3130

0 commit comments

Comments
 (0)