Skip to content

Commit

Permalink
Move macOS instructions down
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Feb 28, 2018
1 parent ce726c6 commit 9283f11
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------

Expand All @@ -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?
----------------------------

Expand Down

0 comments on commit 9283f11

Please sign in to comment.