aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2022-02-07 02:16:05 -0500
committerjake <jake@jakes-mail.top>2022-02-07 02:16:05 -0500
commitd2c6af05388855cfb82f0ce404ec3eb66f18bdbb (patch)
tree6e791cc8e867e65e2369e59264da8e713b0248da
parent5235ef1d5b3c09d1a476f60c00dadc7906159d46 (diff)
Better README
-rw-r--r--README26
1 files changed, 25 insertions, 1 deletions
diff --git a/README b/README
index b4dccd2..19dd55d 100644
--- a/README
+++ b/README
@@ -1 +1,25 @@
-This is a test to see if the about-filter works
+# Jake's Gemini Client
+
+This program is written with the latest version of Perl5.
+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
+
+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.
+
+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.
+
+## Windows
+I do not know if this software will work on Windows. I believe one of the dependencies is not Windows friendly but I forget which.