Skip to content

Commit fbaef5e

Browse files
committed
run-from-git: typo
1 parent 512d9c2 commit fbaef5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/run-from-git.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ First time setup:
5050
python3 -m pip install . # as root, or if in MacOS Virtual Environment
5151
python3 -m pip install --user . # as user
5252
# install optional dependencies
53-
python3 -m pip install .'[eyed3]' .'[gui]' .'[html5lib]' .'[mutagen]' .'[coverart]' .'[yt-dlp']
53+
python3 -m pip install .'[eyed3]' .'[gui]' .'[html5lib]' .'[mutagen]' .'[coverart]' .'[yt-dlp]'
5454
# Optional: Create desktop icon
5555
python3 tools/create-desktop-icon.py
5656

@@ -61,7 +61,7 @@ First time setup:
6161
bin/gpo # cli client
6262
bin/gpodder # gtk3 client
6363

64-
After that, if on MacOS, do the following:
64+
The next time you wish to run gPodder, if on MacOS, do the following:
6565

6666
cd gpodder
6767
source ./.venv/bin/activate

0 commit comments

Comments
 (0)