bump 0.1.14.7
[diohsc.git] / index.gmi.in
blob4b12f3748e88d881f9adeb48f9ff11a53f2efd3b
1 # Diohsc: Denotationally Intricate Obedient Haskell Smallnet Client
2 => README.gmi README.gmi
3 => CHANGELOG.gmi CHANGELOG.gmi
4 => https://repo.or.cz/diohsc.git source repo
5 => diohsc-$VERSION-src.tgz source tgz
6 => diohsc.bundle git bundle (clone with `git clone diohsc.bundle diohsc`)
8 ## Install
9 You'll need the cabal-install package; then run:
10 ```
11 $ cabal update && cabal install diohsc
12 $ ~/.cabal/bin/diohsc
13 ```
15 ## Asciicast tutorial
16 => diohsc-tutorial.cast Asciicast demonstrating basic usage
17 To be played with asciinema. Download and run with `asciinema play diohsc-tutorial.cast`, or if you're already in diohsc, type `^tut | asciinema play -`.
19 => https://asciinema.org/docs/installation asciinema is a package in most distributions.
20 => diohsc-tutorial.txt Plaintext version
22 ## Test-drive
23 ### In gemini
24 => gemini://gemini.thegonz.net/gemrepl/examples/diohsc Try diohsc from within your current client!
25 Not a joke.
27 ### By ssh
28 ```
29 ssh diohsc@gemini.thegonz.net
30 password: gemini
31 ```