Skip to content

Commit

Permalink
Merge branch 'update-readme' into 'master'
Browse files Browse the repository at this point in the history
Update readme to the upcoming release

See merge request SnejUgal/tbot!91
  • Loading branch information
AlexStrNik committed Jul 1, 2019
2 parents b214db6 + 08bdc76 commit 4e9563d
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,20 @@ fill an issue on either our [GitLab] or [GitHub] repository.

## Installing

<!--
Add `tbot` to your Cargo.toml:

```toml
[dependencies]
tbot = "0.1"
```
-->

Add `tbot` to your `Cargo.toml`. Right now, it can only be done via git until
the first release:

```toml
[dependencies]
tbot = { git = "https://gitlab.com/SnejUgal/tbot.git" }
```

## Documentation

There are many examples in the [`examples`] directory to see `tbot` in action.
If you want to get started with `tbot`, go through the [tutorial]. When you
start making your bot, our [How-to guides][how-to] will help you. And you can
start making your bot, our [How-to guides][how-to] may help you. And you can
always refer to our API docs on [*docs.rs*][api-docs].

> **Note**: As `tbot` is only in development at this moment, its technical
> docs are only available locally with `cargo doc`.
## Contribution

Glad you want to contribute to `tbot`! We develop the crate on [GitLab], so
Expand Down

0 comments on commit 4e9563d

Please sign in to comment.