From 0b21b55755e9ce7e6115f343a97e27e60191578c Mon Sep 17 00:00:00 2001 From: Jack Hamer <47187316+JackHamer09@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:57:12 +0300 Subject: [PATCH] chore: improve usage description (#74) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f60fd184..9fd74a24 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ This CLI tool simplifies the process of developing applications and interacting ## 📥 Usage -You can run the commands directly via NPX with `npx zksync-cli {COMMAND}`. -Or you can install the CLI globally with `npm i -g zksync-cli` and run the commands with `zksync-cli {COMMAND}`. +You can run commands without installation: `npx zksync-cli`. For example: `npx zksync-cli dev start`. ## 💻 Commands