# Start a testnet with Ignite
Ignite testnet is an Ignite app:
Install:
```bash
git clone https://github.com/toschdev/cli-plugin-testnet/ && cd cli-plugin-testnet/
ignite app install -g $(pwd)
```
Delete:
```bash
nano ~/.ignite/apps/igniteapps.yml # remove line with the app
```