Skip to content

Commit

Permalink
Extra instructions to help people having issues installing node-hid (C…
Browse files Browse the repository at this point in the history
…ityOfZion#382)

* Fix for: Password is displayed as visible text when creating wallet CityOfZion#342 (CityOfZion#347)

* Fix for: Give warning when API is down or wallet lacks connectivity CityOfZion#265 (CityOfZion#346)

* Use PasswordField for WIF key in secret token sale screen (CityOfZion#351)

* Better formatting (CityOfZion#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (CityOfZion#353)

* Enter in textfields submits alt (CityOfZion#354)

* Enter button submits forms, simple solution

* Code style fixes

* Load settings on app init (CityOfZion#377)

* Don't run coveralls when pushing (CityOfZion#379)

* Don't run coveralls on local

* Cleaner solution for: Don't run coveralls on local

* Use new test-ci command for ci

* Support for non-USD Currencies (CityOfZion#378)

* Configurable currencies

* Missed settings in the merge resolution commit

* Fix lint issue

* Add Cut/Copy/Paste context menus on input fields (CityOfZion#336) (CityOfZion#376)

* CityOfZion#336

* Allow for 'paste' only

* Extra instructions to help people having issues installing node-hid

* Remerging dev to try to preserve history

* Some more merge improvements
  • Loading branch information
slipo authored and dvdschwrtz committed Dec 3, 2017
1 parent 391e088 commit 4a86bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Execute these commands in the project's root directory:

Setup:
- `yarn install` - Installing node dependencies
- If you get any errors related to the node-hid package, please check installation instructions here: https://github.com/node-hid/node-hid#compiling-from-source. On Linux you may need to run `sudo apt install libusb-1.0-0 libusb-1.0-0-dev`, for example.
- `./node_modules/.bin/electron -v` confirm electron is version 1.7.9

Developing:
Expand Down

0 comments on commit 4a86bfc

Please sign in to comment.