summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2016-01-28 19:38:17 +0800
committerJinwei Zhao <[email protected]>2016-01-28 19:38:17 +0800
commit754c3b02abee4ddcb2843ac097091b2bb3c6320f (patch)
tree0cef3ffe948e0e2b696b53fcf5717e08c6885791
parent3db9064222eff38e5cb688b3b8f18227fc130937 (diff)
downloadring0.xyz-754c3b02abee4ddcb2843ac097091b2bb3c6320f.tar.gz
fix typo
-rw-r--r--about.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/about.html b/about.html
index 48589db..a5562e9 100644
--- a/about.html
+++ b/about.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>
@@ -59,4 +59,4 @@
59 ga('send', 'pageview'); 59 ga('send', 'pageview');
60 </script> 60 </script>
61 </body> 61 </body>
62</html> \ No newline at end of file 62</html>
Powered by cgit v1.2.3 (git 2.41.0)