--- description: RIOT quick start guide linkTitle: Quick Start title: Quick Start type: integration weight: 3 --- You can launch RIOT with the following command: ``` riot ``` This will show usage help, which you can also get by running: ``` riot --help ``` {{< tip >}} You can use `--help` on any command and sub-command: {{< /tip >}} ``` riot command --help riot command sub-command --help ``` Full documentation is available at [redis.github.io/riot](https://redis.github.io/riot/).