aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-08-21 16:34:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-08-21 16:34:19 +1200
commitb095ce10f042b22b84504b7e371e117d4cf00501 (patch)
tree6c18be304a2b7d4f5cf0a9de9c4f4c43dbccd0ec /README.markdown
parentAdd GTK+ configuration (diff)
downloaddotfiles-b095ce10f042b22b84504b7e371e117d4cf00501.tar.gz
dotfiles-b095ce10f042b22b84504b7e371e117d4cf00501.zip
Use simpler markup for README code block
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.markdown b/README.markdown
index 6d36213d..1c8c3fda 100644
--- a/README.markdown
+++ b/README.markdown
@@ -63,14 +63,12 @@ configuration isn’t too distant from the defaults.
Installation
------------
-```bash
-$ git clone git://github.com/tejr/dotfiles.git ~/.dotfiles
-$ cd ~/.dotfiles
-$ git submodule init
-$ make
-$ make -n install
-$ make install
-```
+ $ git clone git://github.com/tejr/dotfiles.git ~/.dotfiles
+ $ cd ~/.dotfiles
+ $ git submodule init
+ $ make
+ $ make -n install
+ $ make install
For the default target, you’ll need `bash(1)`, `git(1)`, `install(1)`,
`make(1)`, `m4(1)`, and `tic(1)`. You’ll need to have a recent enough version