From d442f959e960b00372f8f3f1eb8f1daa2c21f8b1 Mon Sep 17 00:00:00 2001 From: nvbn Date: Fri, 31 Jul 2015 15:36:08 +0300 Subject: [PATCH] #298 Update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f948e9ac..e7ba1380 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? ➜ fuck -sudo apt-get install vim [enter/ctrl+c] +sudo apt-get install vim [enter/↑/↓/ctrl+c] [sudo] password for nvbn: Reading package lists... Done ... @@ -29,7 +29,7 @@ To push the current branch and set the remote as upstream, use ➜ fuck -git push --set-upstream origin master [enter/ctrl+c] +git push --set-upstream origin master [enter/↑/↓/ctrl+c] Counting objects: 9, done. ... ``` @@ -42,7 +42,7 @@ No command 'puthon' found, did you mean: zsh: command not found: puthon ➜ fuck -python [enter/ctrl+c] +python [enter/↑/↓/ctrl+c] Python 3.4.2 (default, Oct 8 2014, 13:08:17) ... ``` @@ -55,7 +55,7 @@ Did you mean this? branch ➜ fuck -git branch [enter/ctrl+c] +git branch [enter/↑/↓/ctrl+c] * master ``` @@ -67,7 +67,7 @@ Did you mean this? repl ➜ fuck -lein repl [enter/ctrl+c] +lein repl [enter/↑/↓/ctrl+c] nREPL server started on port 54848 on host 127.0.0.1 - nrepl://127.0.0.1:54848 REPL-y 0.3.1 ...