Release v0.0.2 (#18)

This commit is contained in:
Ulyssa 2023-01-05 18:37:58 -08:00
parent 38f4795886
commit 739aab1534
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
2 changed files with 8 additions and 2 deletions

View file

@ -1,10 +1,10 @@
[package]
name = "iamb"
version = "0.0.1"
version = "0.0.2"
edition = "2018"
authors = ["Ulyssa <git@ulyssa.dev>"]
repository = "https://github.com/ulyssa/iamb"
homepage = "http://iamb.chat"
homepage = "https://iamb.chat"
readme = "README.md"
description = "A Matrix chat client that uses Vim keybindings"
license = "Apache-2.0"

View file

@ -7,6 +7,11 @@
This project is a work-in-progress, and there's still a lot to be implemented,
but much of the basic client functionality is already present.
## Documentation
You can find documentation for installing, configuring, and using iamb on its
website, [iamb.chat].
## Installation
Install Rust and Cargo, and then run:
@ -76,6 +81,7 @@ iamb is released under the [Apache License, Version 2.0].
[Apache License, Version 2.0]: https://github.com/ulyssa/iamb/blob/master/LICENSE
[client-comparison-matrix]: https://matrix.org/clients-matrix/
[iamb.chat]: https://iamb.chat
[gomuks]: https://github.com/tulir/gomuks
[weechat-matrix]: https://github.com/poljar/weechat-matrix
[#2]: https://github.com/ulyssa/iamb/issues/2