Skip to content

Instantly share code, notes, and snippets.

@GokhanPolat
Created May 12, 2020 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GokhanPolat/e1e864ea88ccee941743c4d27aa6ef1a to your computer and use it in GitHub Desktop.
Save GokhanPolat/e1e864ea88ccee941743c4d27aa6ef1a to your computer and use it in GitHub Desktop.
castero manual Installation
#!/bin/zsh
# Installing castero from source code on macOS X.
# castero - TUI podcast client for the terminal.
# https://github.com/xgi/castero
# Clone repo
git clone --recurse-submodules https://github.com/xgi/castero.git
# cd into repo dir
cd castero
# switch to branch eg: v0.8.0
git checkout v0.8.0
# Install with python3. This is my default version of python.
python3 setup.py install
# run it
castero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment