From 8d74803bc4ea1863c27759ce3d0ae9aa7f642d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20S=C3=A9n=C3=A9chal?= <44696378+thomas-senechal@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:45:11 +0100 Subject: [PATCH] Improve CLI README.md (#157) --- cli/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/README.md b/cli/README.md index a51578b6..b4b57be4 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,5 +1,5 @@ -Upload commands -`npm run build` -`SECRET_KEY=S...y node bin/index.js upload ./dist` +# DeWeb CLI -`npm run dev -- upload -w ./wallet_faker1.yaml -p faker1 ./dist` +DeWeb CLI is a command-line tool designed for developers to manage website deployments on the Massa blockchain. It provides commands for uploading, managing, and debugging website files directly on the blockchain, simplifying the deployment process. + +For more information about the DeWeb CLI, how to use it, and how to upload a website to the Massa blockchain, see the [DeWeb CLI documentation](https://docs.massa.net/docs/deweb/cli/overview).