Skip to content

Commit

Permalink
docs/development.md: fix meson setup command (#224)
Browse files Browse the repository at this point in the history
meson setup command accepts the build folder name directly.
  • Loading branch information
yegorich authored Aug 17, 2023
1 parent 37c5008 commit 8607c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cd timeshift
### Step 3. Build Timeshift

```bash
meson setup -C build
meson setup build
meson compile -C build
```

Expand Down

0 comments on commit 8607c9d

Please sign in to comment.