M .build.yml => .build.yml +2 -2
@@ 11,6 11,6 @@ tasks:
source $HOME/.cargo/env
cd gemifedi
cargo test
- cargo build
+ cargo build --release
artifacts:
- - gemifedi/target/debug/gemifedi
+ - gemifedi/target/release/gemifedi
M README.md => README.md +6 -2
@@ 10,7 10,11 @@ currently mostly awful.
## usage
-1. compile or obtain a binary.
+1. get a `gemifedi` binary.
+
+ a. `cargo install --git https://git.sr.ht/~boringcactus/gemifedi`.
+
+ b. hit up [the latest passing build](https://builds.sr.ht/~boringcactus/gemifedi) and download the Linux binary from the Artifacts panel.
2. run `gemifedi localhost` to attach it to `localhost`, or run `gemifedi --help` for more comprehensive options.
4. open the gemini link that gets printed by `gemifedi`.
5. run through the authentication prompts.
@@ 18,7 22,7 @@ currently mostly awful.
## demo instance (i promise not to snoop on your timeline but i technically could so if you don't trust me don't trust me)
-coming soonish.
+`gemini://gemifedi.boringcactus.com/about`
## bruh this code isn't quite as bad as it used to be but still sucks