Skip to content

Commit 8607c9d

Browse files
authored
docs/development.md: fix meson setup command (#224)
meson setup command accepts the build folder name directly.
1 parent 37c5008 commit 8607c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cd timeshift
4444
### Step 3. Build Timeshift
4545

4646
```bash
47-
meson setup -C build
47+
meson setup build
4848
meson compile -C build
4949
```
5050

0 commit comments

Comments
 (0)