diff options
author | https://launchpad.net/~kralph <kralph@web> | 2011-01-26 15:47:42 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-26 15:47:42 +0000 |
commit | d9e347079e8c6517a08025dc632c09d44106b3f5 (patch) | |
tree | 8c5d9b9b8db5d9a553e1f0b1bf3a1ddaca76d6a1 | |
parent | 0ef1e88b696c90e5429438907c35833cd1ceab91 (diff) |
prefer aptitude over apt-get
-rw-r--r-- | doc/setup.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 40581eb72..a5c2082d6 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -4,7 +4,7 @@ This tutorial will walk you through setting up a wiki with ikiwiki. ## Install ikiwiki -If you're using Debian or Ubuntu, ikiwiki is an `apt-get install ikiwiki` away. +If you're using Debian or Ubuntu, ikiwiki is an `aptitude install ikiwiki` away. If you're not, see the [[download]] and [[install]] pages. ## Create your wiki |