From 90549557596e2211ea5c25eef02894d1cb3bedc0 Mon Sep 17 00:00:00 2001 From: Mike the Tike Date: Thu, 20 Jan 2022 16:13:59 +0200 Subject: [PATCH] docs(collectibles): fix readme (#3721) Fix readme instructions --- applications/tari_collectibles/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/applications/tari_collectibles/README.md b/applications/tari_collectibles/README.md index 82121e25cf..a99f3e4c43 100644 --- a/applications/tari_collectibles/README.md +++ b/applications/tari_collectibles/README.md @@ -2,16 +2,15 @@ ```bash # run a tari_console_wallet with grpc on port 18143 +# run a base node with grpc on port 18142 +# run a validator node with grpc on port 18144 # ... # then in `tari_collectibles/web-app/` npm i +npm run build -# in `tari_collectibles/` -cargo install tauri-cli --version "^1.0.0-beta" -npm i - -npm start # npm run tauri dev +#Then in root +cargo run --bin tari_collectibles -# dev cycle: https://tauri.studio/en/docs/usage/development/development ```