From 373aaf675bf35c6b647551bce384c36f23b37ee8 Mon Sep 17 00:00:00 2001 From: Ernest <95277462+ernest-zulpukarov@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:36:40 +0700 Subject: [PATCH] Fix publish module commands --- book/ch02-03-hello-move.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/ch02-03-hello-move.html b/book/ch02-03-hello-move.html index e8476d84..8f5ff26b 100644 --- a/book/ch02-03-hello-move.html +++ b/book/ch02-03-hello-move.html @@ -196,10 +196,10 @@
Aptos language requires you to initialize the Move environment:
-movement aptos init
+movement init
Then you can publish the module:
-movement aptos move publish --named-addresses chat_addr=default
+movement move publish --named-addresses chat_addr=default
Test Front End
To test the front end, navigate to the frontend directory and run the following command to start the front end server.