Fix command-line formatting in README.md

Add additional indentation to force code formatting of command lines. (Could use triple-backticks instead.)
pull/480/head
Dan Halbert 2022-03-26 09:03:03 -04:00 zatwierdzone przez GitHub
rodzic cbcf61afb5
commit ed48c85e8e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 13 dodań i 13 usunięć

Wyświetl plik

@ -96,34 +96,34 @@ The downloadable executable runs directly, and requires no installation.
1. Clone repo and cd into the directory 1. Clone repo and cd into the directory
git clone https://github.com/NanoVNA-Saver/nanovna-saver git clone https://github.com/NanoVNA-Saver/nanovna-saver
cd nanovna-saver cd nanovna-saver
2. Run the pip installation 2. Run the pip installation
pip3 install . pip3 install .
3. Once completed run with the following command 3. Once completed run with the following command
NanoVNASaver NanoVNASaver
#### Ubuntu 20.04 #### Ubuntu 20.04
1. Install python3.8 and pip 1. Install python3.8 and pip
sudo apt install python3.8 python3-pip sudo apt install python3.8 python3-pip
python3 -m venv ~/.venv_nano python3 -m venv ~/.venv_nano
. ~/.venv_nano/bin/activate . ~/.venv_nano/bin/activate
pip install -U pip pip install -U pip
2. Clone repo and cd into the directory 2. Clone repo and cd into the directory
git clone https://github.com/NanoVNA-Saver/nanovna-saver git clone https://github.com/NanoVNA-Saver/nanovna-saver
cd nanovna-saver cd nanovna-saver
3. Update pip and run the pip installation 3. Update pip and run the pip installation
python3 -m pip install . python3 -m pip install .
(You may need to install the additional packages python3-distutils, (You may need to install the additional packages python3-distutils,
python3-setuptools and python3-wheel for this command to work on some python3-setuptools and python3-wheel for this command to work on some
@ -131,8 +131,8 @@ The downloadable executable runs directly, and requires no installation.
4. Once completed run with the following command 4. Once completed run with the following command
. ~/.venv_nano/bin/activate . ~/.venv_nano/bin/activate
python3 nanovna-saver.py python3 nanovna-saver.py
#### MacPorts #### MacPorts