docs/development.md: fix meson setup command (#224)

meson setup command accepts the build folder name directly.
This commit is contained in:
Yegor Yefremov 2023-08-17 15:28:35 +02:00 committed by GitHub
parent 37c50084f4
commit 8607c9dc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ cd timeshift
### Step 3. Build Timeshift
```bash
meson setup -C build
meson setup build
meson compile -C build
```