diff --git a/README.md b/README.md
index 9ce9f5d..2da7093 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,6 @@
 This is a collection of config files and scripts designed to get
 a vanilla Ubuntu server up to working speed as quickly as possible.
 
-Download this git repository by cloning
-`http://git.synoikos.de/git/daniel/server-setup.git`, then run `setup.sh`.
-
 ## Contents
 
 This will set up:
@@ -18,7 +15,26 @@
 * .gitconfig
 * .ssh/config
 	
-	
+## Procedure
+
+1. Create a new user with root privileges:
+
+```
+sudo adduser <user>
+sudo adduser <user> sudo
+```
+
+2. Log out, then log in again as the new user. Clone this repository and run the
+setup script (you will be prompted for your password):
+
+```
+git clone http://git.synoikos.de/git/daniel/server-setup.git`
+cd server-setup
+./setup.sh
+```
+
+3. Launch emacs and run `M-x package-install` to install `julia-mode`.
+
 **Daniel Vedder**
 
 *10/7/2018*