From 221d9fca1471af07216d84e687a922ea1e965dee Mon Sep 17 00:00:00 2001 From: Peter White <23270067+peterwht@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:38:40 -0700 Subject: [PATCH] docs: fix pop up command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbba8bab..53576d7f 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ cargo install --git https://github.com/r0gue-io/pop-cli ## Spawn Network You can spawn a local network as follows: ```shell -pop up -c ./networks/rococo.toml +pop up parachain -f ./networks/rococo.toml ``` Note: `pop` will automatically source the necessary `polkadot` binaries. Currently, these will have to be built if on a non-linux system.