diff --git a/README.md b/README.md index 2da7093..7ec8d1f 100644 --- a/README.md +++ b/README.md @@ -14,24 +14,24 @@ * R * .gitconfig * .ssh/config - + ## Procedure 1. Create a new user with root privileges: -``` -sudo adduser -sudo adduser sudo -``` + ``` + sudo adduser + sudo adduser 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 -``` + ``` + 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`.