docs: Remove obsolete flags from solo key update

fix-build-version
Dionysis Grigoropoulos 2021-01-29 02:07:54 +02:00 zatwierdzone przez Conor Patrick
rodzic 55b277d7de
commit b98ac5840e
3 zmienionych plików z 6 dodań i 7 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ To update your key:
- either visit <https://update.solokeys.com>, or
- use our commandline tool <https://github.com/solokeys/solo-python>:
```
solo key update [--secure|--hacker]
solo key update
```
## Reporting a Vulnerability

Wyświetl plik

@ -12,11 +12,10 @@ pip3 install solo-python
## Updating the firmware
If you just want to update the firmware, you can run one of the following commands.
Make sure your key [is in bootloader mode](/bootloader-mode#solo-bootloader) first.
If you just want to update the firmware, you can run:
```bash
solo key update <--secure | --hacker>
solo key update
```
You can manually install the [latest release](https://github.com/solokeys/solo/releases), or use a build that you made.

Wyświetl plik

@ -134,7 +134,7 @@ solo key version
To update to the newest version, use this command:
```bash
solo key version
solo key update
```
**Note:** Sometimes the connection between Mac and key seemed to be broken and you might get an error stating: _No solo found_. Just unplug the key and plug it back in.
@ -211,9 +211,9 @@ make build-hacker
#Change to root
cd ../..
#Enter bootload mode
#Enter bootloader mode
solo program aux enter-bootloader
#Deploy code
solo program bootloader targets/stm32l432/solo.hex
```
```