summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2016-01-28 19:37:55 +0800
committerJinwei Zhao <[email protected]>2016-01-28 19:37:55 +0800
commit3db9064222eff38e5cb688b3b8f18227fc130937 (patch)
treeebb1829535e734c1a7f6f91bfc52057e57ec07d6
parentb35303673af45cccd1cfb9e4eccbc5799e3fd9f7 (diff)
downloadring0.xyz-3db9064222eff38e5cb688b3b8f18227fc130937.tar.gz
fix typo
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 5b90510..e3052f8 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
25<span>$</span> apt-get update 25<span>$</span> apt-get update
26<span>$</span> apt-get remove emacs 26<span>$</span> apt-get remove emacs
27<span>$</span> apt-get install vim 27<span>$</span> apt-get install vim
28<span>$</span> apt-get remove bas 28<span>$</span> apt-get remove bash
29<span>$</span> apt-get install zsh 29<span>$</span> apt-get install zsh
30<span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" 30<span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
31</pre> 31</pre>
Powered by cgit v1.2.3 (git 2.41.0)