We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9402a9 commit c968429Copy full SHA for c968429
README.md
@@ -38,8 +38,8 @@ There are two methods that you can use to install this BSP. We highly recommend
38
39
[adafruit-nrfutil](https://github.com/adafruit/Adafruit_nRF52_nrfutil) (derived from Nordic pc-nrfutil) is needed to upload sketch via serial port.
40
41
-- For Windows and macOS, pre-built executable binaries are included in the BSP at `tools/adafruit-nrfutil/`.
42
-- While Linux user can install it easily via PyPi
+- For Windows and macOS, pre-built executable binaries are included in the BSP at `tools/adafruit-nrfutil/`. It should work out of the box.
+- Linux user need to run follow command to install it from PyPi
43
44
```
45
$ pip3 install adafruit-nrfutil --user
0 commit comments