Skip to content

Commit

Permalink
DOC Update docs to reflect changes in CLI interaction (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Sep 26, 2024
1 parent 9d66c8a commit d57fa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/01_basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MyModel extends DataObject
}
```

Run a `dev/build?flush=all` and you'll be able to add taxonomy terms to your record - but now you need to create some terms! See [the userhelp documentation](https://userhelp.silverstripe.org/en/optional_features/taxonomies/) for information about functionality from a content author perspective.
Run `sake db:build --flush` and you'll be able to add taxonomy terms to your record - but now you need to create some terms! See [the userhelp documentation](https://userhelp.silverstripe.org/en/optional_features/taxonomies/) for information about functionality from a content author perspective.

## Filtering by type

Expand Down

0 comments on commit d57fa75

Please sign in to comment.