diff options
author | typebrook <typebrook@gmail.com> | 2020-05-28 15:21:08 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-05-28 15:21:08 +0800 |
commit | 6b517348525566a2702a8678808e86880613eb53 (patch) | |
tree | 5223df252bc59e35a09f59cfcd5f9359621e4a7e /README.md | |
parent | 3fe2c36c153b22c79effc7122fb8b5c6564c2880 (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -60,13 +60,13 @@ gist help | |||
60 | 60 | ||
61 | ## Dependencies | 61 | ## Dependencies |
62 | OK...I lied, this script really depends on some very basic dev tools. | 62 | OK...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 |