diff options
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 |