mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 13:19:51 -07:00
Release v0.0.2 (#18)
This commit is contained in:
parent
38f4795886
commit
739aab1534
2 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue