From c3edbb8cc5ab08da5064e006c021095087328eb1 Mon Sep 17 00:00:00 2001 From: Jon C Date: Wed, 21 Jan 2026 13:28:18 +0100 Subject: [PATCH] readme: Update commands to the new ones --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e6d5275..9b205bb 100644 --- a/README.md +++ b/README.md @@ -32,20 +32,14 @@ The following clients are available for the System program. You may use the foll ## Starting and stopping the local validator -The following script is available to start your local validator. +The following script is available to start or restart your local validator. ```sh -pnpm validator:start -``` - -By default, if a local validator is already running, the script will be skipped. You may use the `validator:restart` script instead to force the validator to restart. - -```sh -pnpm validator:restart +./scripts/restart-test-validator.sh ``` Finally, you may stop the local validator using the following command. ```sh -pnpm validator:stop +./scripts/stop-test-validator.sh ```