aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2022-02-07 02:22:32 -0500
committerjake <jake@jakes-mail.top>2022-02-07 02:22:32 -0500
commit77b2e66de98124f82058560b662971026065d275 (patch)
treeeee27f1d7a511113a3939db800421b5e927bcb39
parentfc8d83a881371e803f5c99cae065d572f79ab673 (diff)
improvements to the readme
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 19dd55d..aed8256 100644
--- a/README.md
+++ b/README.md
@@ -6,17 +6,19 @@ It has several dependencies which can be easily installed via cpan or cpanm.
## To use
* Make sure you have the latest Perl installed
* get the dependencies:
- sudo cpanm IO::Socket::SSL URL::XS IO::Pager Text::Wraper Term::ReadKey Path::Naive Text::ParseWords Term::ReadLine Smart::Comments URI::Encode IO::Socket::SSL::Utils File::Slurper File::BaseDir TOML
+
+sudo cpanm IO::Socket::SSL URL::XS IO::Pager Text::Wraper Term::ReadKey Path::Naive Text::ParseWords Term::ReadLine Smart::Comments URI::Encode IO::Socket::SSL::Utils File::Slurper File::BaseDir TOML
You should check the script to make sure that the decency list is up to date.
## Usage
-Press <tab> twice to see the list of available commands. Use help in front of the command to get a description of what it does.
+Press the tab key twice to see the list of available commands. Use help in front of the command to get a description of what it does.
Use 'url', or it's alias, 'u' and type out a destination.
## GUI
You can get an experimental GUI version of this program by:
+
$ git clone -b tk-gui
Please note that the GUI version of this software is EXPERIMENTAL and should not be considered a final product. It IS subject to change.