Skip to content

Commit

Permalink
Update .gitignore and README
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Nov 16, 2020
1 parent 02cd28d commit e50d976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ debug/
dep/
obj/

# Unit tests and code coverage
unit-tests/build/
unit-tests/coverage/
unit-tests/coverage.total


# Editors
.idea/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a boilerplate application which can be forked to start a new project for

Be sure to have your environment correctly set up (see [Getting Started](https://ledger.readthedocs.io/en/latest/userspace/getting_started.html)) and [ledgerblue](https://pypi.org/project/ledgerblue/) and installed.

If you want to benefit from [vscode](https://code.visualstudio.com/) integration, it's recommanded to move the toolchain in `/opt` and set `BOLOS_ENV` environment variable as follows
If you want to benefit from [vscode](https://code.visualstudio.com/) integration, it's recommended to move the toolchain in `/opt` and set `BOLOS_ENV` environment variable as follows

```
BOLOS_ENV=/opt/bolos-devenv
Expand Down

0 comments on commit e50d976

Please sign in to comment.