From 5f7fb8828928b047fb6617fb4556e827159b036e Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:29:29 +1200 Subject: [PATCH] DOC Update docs to reflect new sake commands (#307) --- docs/en/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/installing.md b/docs/en/installing.md index 550486b..1038084 100644 --- a/docs/en/installing.md +++ b/docs/en/installing.md @@ -6,4 +6,4 @@ To install this module, [download and install Composer](https://getcomposer.org/ $ composer require silverstripe/tagfield ``` -Then run `/dev/build`, from either the command line or the browser. You'll then be able to use this field in your application. +Then run `sake db:build --flush`, from the command line or visit `/dev/build?flush` in the browser. You'll then be able to use this field in your application.