Skip to content

Commit 6c47257

Browse files
authored
Update README.md
Include packages needed for ubuntu 20.04 installation
1 parent afcc935 commit 6c47257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Arduino plugin which lets you get a more meaningful explanation of the stack tra
88
- Download the tool archive from [releases page](https://github.com/me-no-dev/EspExceptionDecoder/releases/latest).
99
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
1010
- Unpack the tool into tools directory (the path will look like `<home_dir>/Arduino/tools/EspExceptionDecoder/tool/EspExceptionDecoder.jar)`.
11+
- On newer versions of linux (Ubuntu 20.04), you may need to install the libncurses5 and libpython2.7 packages: `sudo apt install libncurses5 libpython2.7`
1112
- Restart Arduino IDE.
1213

1314
## Usage

0 commit comments

Comments
 (0)