Skip to content

Commit c6f3776

Browse files
committed
Update README.md
1 parent 364c7f8 commit c6f3776

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ If your RTK 'freezes' after the update, pressing ```Reset ESP32``` will get it g
4242

4343
## Installation
4444

45-
Installation binaries are available for all major platforms (macOS, Window, and Linux) on the release page of the RTK Uploader GitHub repository.
45+
Installation binaries are available for all major platforms (macOS, Window, and Linux) on the release page of the RTK Uploader GitHub repository:
4646

47-
[RTK Uploader Release Page](https://github.com/sparkfun/SparkFun_RTK_Firmware_Uploader/releases)
47+
[**RTK Uploader Release Page**](https://github.com/sparkfun/SparkFun_RTK_Firmware_Uploader/releases)
4848

4949
### Windows
5050
* Download the github release zip file - *RTKUploader.win.zip.zip*
@@ -93,13 +93,13 @@ Notes:
9393
* Depending on your system, you might need to use the command `pip3`
9494

9595
### Raspberry Pi
96-
We've tested the Uploader on both 32-bit and 64-bit Raspberry Pi Debian. You will need to use the Python Package to install it.
96+
We've tested the Uploader on both 32-bit and 64-bit Raspberry Pi Debian. You will need to use the **Python Package** to install it.
9797

9898
Notes:
9999
* On 32-bit Raspberry Pi, with both Python 2 and Python 3 installed, use `sudo pip3 install RTK_Firmware_Uploader-1.4.0.tar.gz`
100100
* By default, the executable will be placed in `/usr/local/bin`
101101
* On 64-bit Raspberry Pi, use `sudo pip install RTK_Firmware_Uploader-1.4.0.tar.gz`
102-
* The 'sudo' is required to let `setup.py` install `python3-pyqt5` and `python3-pyqt5.qtserialport` using `sudo apt-get install`
102+
* The `sudo` is required to let `setup.py` install `python3-pyqt5` and `python3-pyqt5.qtserialport` using `sudo apt-get install`
103103

104104
![Raspberry Pi 64-bit : Install](images/RPi_install.png)
105105

0 commit comments

Comments
 (0)