diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-02-17 08:33:41 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-02-17 08:33:41 +0000 |
commit | aa624aff7cc03e780814f7447af1f7acf2873f7f (patch) | |
tree | 10d713b6d490f8fa9ce9371691c5598324e096cc /README.md | |
parent | acd8a0891086e1f7bfbf0cb4a17aa3f9ab21f118 (diff) |
accept URLs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,13 +35,13 @@ and `d`, which will be used as `gophed` commands. Once `gophed` has been initialised, you can start visiting some gopherholes: ``` - ./gophed / kalos.mine.nu 70 + ./gophed gopher://kalos.mine.nu ``` or equivalently: ``` - ./v / kalos.mine.nu 70 + ./v gopher://kalos.mine.nu ``` This command will download the corresponding resource, and print it on |