From a7d8d17f1aa902fca6d18adc11cf2724a0572bc8 Mon Sep 17 00:00:00 2001 From: Bruno Galvao Date: Tue, 24 Sep 2024 20:28:44 +0000 Subject: [PATCH] GITBOOK-185: No subject --- .../running-on-paseo-locally-1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pop-cli-for-appchains/guides/launching-your-parachain-on-polkadot/running-on-paseo-locally-1.md b/pop-cli-for-appchains/guides/launching-your-parachain-on-polkadot/running-on-paseo-locally-1.md index 1fcc4e8..618c5ee 100644 --- a/pop-cli-for-appchains/guides/launching-your-parachain-on-polkadot/running-on-paseo-locally-1.md +++ b/pop-cli-for-appchains/guides/launching-your-parachain-on-polkadot/running-on-paseo-locally-1.md @@ -222,6 +222,7 @@ It should look similar to the below: } ``` +\ Since we have modified our chain spec, we will need to re-generate the raw chain spec: ```bash @@ -340,6 +341,7 @@ For next steps, you can try the following: #### Learning Resources +* [https://paritytech.github.io/devops-guide/guides/parachain\_deployment.html](https://paritytech.github.io/devops-guide/guides/parachain\_deployment.html) * 🧑‍🏫 To learn about Polkadot in general, [Polkadot.network](https://polkadot.network/) website is a good starting point. * ⭕ Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains). * 🧑‍🔧 For technical introduction, [here](https://github.com/paritytech/polkadot-sdk#-documentation) are the Polkadot SDK documentation resources.