From 6e9a8d94feb66d3ad3f4d632015c6735f3728e13 Mon Sep 17 00:00:00 2001 From: Camila Ramos Date: Thu, 23 Nov 2023 13:26:37 -0500 Subject: [PATCH] linter fixes --- docs/dusknet/2-local-rollup-deployment.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/dusknet/2-local-rollup-deployment.md b/docs/dusknet/2-local-rollup-deployment.md index a01a3520..6d425101 100644 --- a/docs/dusknet/2-local-rollup-deployment.md +++ b/docs/dusknet/2-local-rollup-deployment.md @@ -31,7 +31,8 @@ __NEVER__ use a private key you use on a live network. ::: :::tip -Open a new terminal window for the following instructions. Keep your original terminal process running. +Open a new terminal window for the following instructions. +Keep your initial terminal process running. ::: You can add genesis account(s) to your rollup during configuration. @@ -71,8 +72,8 @@ export ROLLUP_GENESIS_ACCOUNTS=:,: ## Install the `astria-cli` -Navigate to your [Astria repo](https://github.com/astriaorg/astria/tree/main) and build -a new config using the `astria-cli`. +Navigate to your [Astria repo](https://github.com/astriaorg/astria/tree/main) +and build a new config using the `astria-cli`. ```bash cd astria