Created
November 2, 2008 17:11
-
-
Save jonathannelson/21720 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Step 1 | |
curl -O http://topfunky.net/svn/shovel/memcached/install-memcached.sh | |
# Step 2 | |
mv install-memcached.sh ~/src/memcached | |
# Step 3 | |
cd ~/src/memcached | |
# Step 4 | |
sudo sh memcached.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment