Add missing newline to code snippet in README

This commit is contained in:
Ainsley Ellis 2024-10-02 17:24:16 -04:00 committed by Alex Cabal
parent dbbd972ad5
commit 513fc6d174

View file

@ -50,7 +50,8 @@ If everything went well you should now be able to open your web browser and visi
pip install standardebooks
# The `se` command must be in your $PATH, but installing it via `pip` might not do that automatically.
# If `which se` doesn't say anything, then either add the `pip` installation of the `se` executable to your $PATH manually, # or install it again using `pipx`; this will create a duplicate installation,
# If `which se` doesn't say anything, then either add the `pip` installation of the `se` executable to your $PATH manually,
# or install it again using `pipx`; this will create a duplicate installation,
# but it will also install it in your $PATH for you:
pipx install standardebooks