Skip to content

Instantly share code, notes, and snippets.

@screamwork
Created October 24, 2019 01:15
Show Gist options
  • Save screamwork/9f98c175c9e657d8eced8e2b9d26df17 to your computer and use it in GitHub Desktop.
Save screamwork/9f98c175c9e657d8eced8e2b9d26df17 to your computer and use it in GitHub Desktop.
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