Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stas-dovgodko/03e1fc57e4a4812a5b14a68237dc7e0f to your computer and use it in GitHub Desktop.
Save stas-dovgodko/03e1fc57e4a4812a5b14a68237dc7e0f to your computer and use it in GitHub Desktop.
heroku nano editor
mkdir /app/nano
curl https://github.com/Ehryk/heroku-nano/raw/master/heroku-nano-2.5.1/nano.tar.gz --location --silent | tar xz -C /app/nano
export PATH=$PATH:/app/nano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment