From 24c6ec11d72374a1bc374070ff1582d9ea692129 Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:32:57 -0500 Subject: [PATCH] Address PR feedback --- docs/getting-started/storing-data.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started/storing-data.mdx b/docs/getting-started/storing-data.mdx index a5a87e1b..d5ffe954 100644 --- a/docs/getting-started/storing-data.mdx +++ b/docs/getting-started/storing-data.mdx @@ -142,6 +142,8 @@ For now, it's worth knowing that there are three kinds of storage: `Persistent`, ### Build the contract +From inside `getting-started-tutorial`, run: + ```sh soroban contract build ```