diff --git a/Cargo.toml b/Cargo.toml index 3ab8084..f3200a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "iamb" -version = "0.0.1" +version = "0.0.2" edition = "2018" authors = ["Ulyssa "] 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" diff --git a/README.md b/README.md index b4a7c21..ecfec60 100644 --- a/README.md +++ b/README.md @@ -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