diff --git a/Cargo.toml b/Cargo.toml index 6b7faa4..11a890b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ features = [ "net", "tcp", "io-util", - "rt-core", + "rt-threaded", "time", "stream" ] diff --git a/site/Cargo.toml b/site/Cargo.toml index cb22765..87f4df9 100644 --- a/site/Cargo.toml +++ b/site/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] structopt = "0.3" -tokio = { version = "0.2", features = ["full"] } +tokio = { version = "0.2", features = ["rt-threaded", "macros"] } tokio-rustls = { version = "0.14", features = ["dangerous_configuration"] } async-trait = "0" pretty_env_logger = "0.4" diff --git a/site/src/majc.gmi b/site/src/majc.gmi index 344cae7..93ba93a 100644 --- a/site/src/majc.gmi +++ b/site/src/majc.gmi @@ -7,16 +7,25 @@ |__|_| /(____ //\__| | \___ > \/ \/ \______| \/ ``` - A curses client for Gemini! -=> gemini://gemini.circumlunar.space/ Gemini homepage - ## Homepage The main homepage for majc is on tulpa.dev: - => https://tulpa.dev/cadey/maj +## Installation +majc can be installed using Nix: + +``` +$ nix-env -if https://tulpa.dev/cadey/maj/archive/master.tar.gz -A majc +``` + +Then you can run it with `majc`: + +``` +$ majc +``` + ## Important Keys : opens the menubar c: closes the active window @@ -24,3 +33,7 @@ o: prompts to open a URL q: quits majc ?: shows this screen ~: toggles the debug logging pane + +--- + +=> / Go back