diff --git a/README.rst b/README.rst index 7546523..04fda20 100644 --- a/README.rst +++ b/README.rst @@ -28,26 +28,6 @@ If you'd prefer to set up the configuration manually, modify Once the configuration file is in place, just run ``lastcast`` to connect to the Chromecast and start scrobbling! -Detailed macOS setup --------------------- - -(for anyone not familiar with Python and pip) - -Enter the following commands in your Terminal (Terminal.app, iTerm2, etc.): - -1. ``brew install python3`` -2. ``sudo pip3 install --upgrade lastcast`` -3. ``lastcast --wizard`` - -This will prompt you to create a last.fm API application and then ask for your -login information, which will only be stored locally on your computer. - -You may get an error on step 2 about ``cc`` missing. If this is the case, -install xcode by running ``xcode-select --install`` and retry step 2. - -Now everything should be set up. When you want to start scrobbling, simply -run ``lastcast`` in the terminal. - Linux / systemd instructions ---------------------------- @@ -74,6 +54,26 @@ Linux / systemd instructions WantedBy=network-online.target +Detailed macOS setup +-------------------- + +(for anyone not familiar with Python and pip) + +Enter the following commands in your Terminal (Terminal.app, iTerm2, etc.): + +1. ``brew install python3`` +2. ``sudo pip3 install --upgrade lastcast`` +3. ``lastcast --wizard`` + +This will prompt you to create a last.fm API application and then ask for your +login information, which will only be stored locally on your computer. + +You may get an error on step 2 about ``cc`` missing. If this is the case, +install xcode by running ``xcode-select --install`` and retry step 2. + +Now everything should be set up. When you want to start scrobbling, simply +run ``lastcast`` in the terminal. + No Chromecast devices found? ----------------------------