Update README.md

This commit is contained in:
DJ2LS 2021-09-25 13:52:50 +02:00 committed by GitHub
parent 3c489f76cf
commit b3219e22af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@
My attempt to create a free and opensource TNC with a GUI for [codec2](https://github.com/drowe67/codec2) to send data over HF channels. My attempt to create a free and opensource TNC with a GUI for [codec2](https://github.com/drowe67/codec2) to send data over HF channels.
## Under development ## Under development
The project is still a prototype and not usable at this time. This project is still a prototype and not usable at this time.
Build steps for other OS than Ubuntu are provided, but not running Build steps for other OS than Ubuntu are provided, but not working, yet.
## Credits ## Credits
* David Rowe and the FreeDV team for developing the modem and libraries - * David Rowe and the FreeDV team for developing the modem and libraries -
@ -138,8 +138,11 @@ npm i
npm i electron npm i electron
npx electron main.js npx electron main.js
``` ```
## ### npm updating
npm outdated --> list outdated npm packages * npm outdated --> list outdated npm packages
npx npm-check-updates -u --> updated all packages * npx npm-check-updates -u --> updated all packages
npm install --> install all updated packages * npm install --> install all updated packages
* npm cache clean -f
* sudo npm install -g n
* sudo n stable --> upgrade node to latest version