Merge pull request #93 from gendx/doc-update

More detailed installation instructions.
This commit is contained in:
gendx
2020-04-14 18:31:49 +02:00
committed by GitHub

View File

@@ -50,8 +50,9 @@ In order to compile and flash a working OpenSK firmware, you will need the
following: following:
* rustup (can be installed with [Rustup](https://rustup.rs/)) * rustup (can be installed with [Rustup](https://rustup.rs/))
* python3 and pip * python3 and pip (can be installed with the `python3-pip` package on Debian)
* the OpenSSL command line tool * the OpenSSL command line tool (can be installed with the `libssl-dev`
package on Debian)
The scripts provided in this project have been tested under Linux and OS X. We The scripts provided in this project have been tested under Linux and OS X. We
haven't tested them on Windows and other platforms. haven't tested them on Windows and other platforms.