mirror of
https://github.com/rqlite/rqlite.git
synced 2022-10-30 02:37:32 +03:00
Update README.md
This commit is contained in:
@@ -32,7 +32,7 @@ rqlite uses [Raft](https://raft.github.io/) to achieve consensus across all the
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
_Detailed documentation [is available](https://github.com/rqlite/rqlite/tree/master/DOC). Check out the [rqlite Google Group](https://groups.google.com/forum/#!forum/rqlite) and join the [rqlite Slack channel](https://www.philipotoole.com/join-rqlite-slack)_.
|
_Detailed documentation [is available](https://github.com/rqlite/rqlite/tree/master/DOC). Check out the [rqlite Google Group](https://groups.google.com/forum/#!forum/rqlite) and join the [rqlite Slack channel](https://www.philipotoole.com/join-rqlite-slack)_.
|
||||||
|
|
||||||
The quickest way to get running is to download a pre-built release binary. You can find these binaries on the [Github releases page](https://github.com/rqlite/rqlite/releases). Once installed, you can start a single rqlite node like so:
|
The quickest way to get running is to download a pre-built release binary, available on the [Github releases page](https://github.com/rqlite/rqlite/releases). Once installed, you can start a single rqlite node like so:
|
||||||
```bash
|
```bash
|
||||||
rqlited -node-id 1 ~/node.1
|
rqlited -node-id 1 ~/node.1
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user