From d9a82fb6f7162f2223212490db13c3bae62d4d7c Mon Sep 17 00:00:00 2001 From: pscott <30843220+pscott@users.noreply.github.com> Date: Fri, 3 Sep 2021 15:29:30 +0200 Subject: [PATCH] Remove sudo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89033b4..9186c17 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This will run `make install_tests` and `make run_tests` To run a specific tests (here the send test): ``` cd tests -sudo jest --runInBand --detectOpenHandles src/send.test.js +jest --runInBand --detectOpenHandles src/send.test.js ``` Make sure you're in the `tests` folder before running `jest` or `yarn test`. @@ -66,4 +66,4 @@ Then copy the binary to the `tests/elfs` folder (in this case, compiled with SDK cp bin/app.elf tests/elfs/ethereum_nanos.elf ``` -Repeat the operation for a binary compiled with nanoX SDK and change for `ethereum_nanox.elf`. \ No newline at end of file +Repeat the operation for a binary compiled with nanoX SDK and change for `ethereum_nanox.elf`.