aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2022-02-07 02:26:15 -0500
committerjake <jake@jakes-mail.top>2022-02-07 02:26:15 -0500
commit81dbfbaea69161e06f6704c644d44e82999b8d88 (patch)
treec5311b1291d6d59fb91c97bf071d7739f005d107
parent77b2e66de98124f82058560b662971026065d275 (diff)
fix git clone line in README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index aed8256..ac2bad5 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ It has several dependencies which can be easily installed via cpan or cpanm.
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.
+You should check the script to make sure that the dependencies list is up to date.
## Usage
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.
@@ -19,7 +19,7 @@ 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
+$ git clone -b tk-gui http://git.jakesthoughts.xyz/dev/gemini-client
Please note that the GUI version of this software is EXPERIMENTAL and should not be considered a final product. It IS subject to change.