diff --git a/content/documentation/Ox64/Software/Flashing.adoc b/content/documentation/Ox64/Software/Flashing.adoc index 5c0ec255..c8fd1eae 100644 --- a/content/documentation/Ox64/Software/Flashing.adoc +++ b/content/documentation/Ox64/Software/Flashing.adoc @@ -275,10 +275,10 @@ In case you're on a system with Arch Linux, slightly adapt the commands: [source,console] ---- -sudo pacman -S python-pipenv -sudo pacman -S python-setuptools -pipenv install bflb-iot-tool # install CLI flash tool -pipenv shell # activate virtual enviroment +$ sudo pacman -S python-pipenv +$ sudo pacman -S python-setuptools +$ pipenv install bflb-iot-tool # install CLI flash tool +$ pipenv shell # activate virtual enviroment ---- NOTE: Each time you open a new terminal window you will need to re-run `. ~/ox64_venv/bin/activate` on Debian-based or `pipenv shell` on Archlinux systems to reactivate the virtual environment.