Skip to content

Instantly share code, notes, and snippets.

@p404
Created June 22, 2016 21:19
Show Gist options
  • Save p404/b28f36a5465aacf7d76848b03dcd97b6 to your computer and use it in GitHub Desktop.
Save p404/b28f36a5465aacf7d76848b03dcd97b6 to your computer and use it in GitHub Desktop.
Installing ReText markdown editor on ubuntu 16.04
#! /bin/bash
# You need to execute this script as sudo
apt-get install python3-pip python3-pyqt5 python3-pyqt5.qtwebkit -y
pip3 install retext --user
ln -s $HOME/.local/bin/retext /usr/bin/retext
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment