aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-05-28 15:21:08 +0800
committertypebrook <typebrook@gmail.com>2020-05-28 15:21:08 +0800
commit6b517348525566a2702a8678808e86880613eb53 (patch)
tree5223df252bc59e35a09f59cfcd5f9359621e4a7e /README.md
parent3fe2c36c153b22c79effc7122fb8b5c6564c2880 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c30ae46..07e604e 100644
--- a/README.md
+++ b/README.md
@@ -60,13 +60,13 @@ gist help
60 60
61## Dependencies 61## Dependencies
62OK...I lied, this script really depends on some very basic dev tools. 62OK...I lied, this script really depends on some very basic dev tools.
63- **GNU coreutils** 63- **GNU coreutils**
64 Used to process text streams. Also, if you are on Mac and use `sed`, `tail` with BSD version, then it is still fine! 64 Used to process text streams. Also, if you are on Mac and use `sed`, `tail` with BSD version, then it is still fine!
65- **wget or curl** 65- **wget or curl**
66 Used to making request to `github.com`. 66 Used to making request to `github.com`.
67- **git** 67- **git**
68 Do not tell me you don't have it on your machine... 68 Do not tell me you don't have it on your machine...
69- **Python** 69- **Python**
70 Both 2 and 3 works. It is used to process JSON response from `github.com` and launch default browser.(Only built-in modules are used) 70 Both 2 and 3 works. It is used to process JSON response from `github.com` and launch default browser.(Only built-in modules are used)
71 71
72## Basic Commands 72## Basic Commands