Skip to content

Instantly share code, notes, and snippets.

@ianfieldhouse
Created November 13, 2012 16:49
Show Gist options
  • Save ianfieldhouse/4066912 to your computer and use it in GitHub Desktop.
Save ianfieldhouse/4066912 to your computer and use it in GitHub Desktop.
Stow on containers
cd src
curl -O http://ftp.gnu.org/gnu/stow/stow-2.2.0.tar.gz
tar xvzf stow-2.2.0.tar.gz
cd stow-2.2.0
./configure --prefix=$HOME/local/stow
make
make install
Add $HOME/local/stow/bin to $PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment