From 22d527478a2925929670817695d392d0e18ec4c0 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Thu, 11 Apr 2024 21:05:28 +0000 Subject: [PATCH] docs: fix cd command --- docs/development/running-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/running-locally.md b/docs/development/running-locally.md index 08728ab75..f37282ac8 100644 --- a/docs/development/running-locally.md +++ b/docs/development/running-locally.md @@ -4,7 +4,7 @@ To get it running, just clone the repo: ``` git clone https://gitlab.com/soapbox-pub/soapbox.git -cd soapbox-fe +cd soapbox ``` Ensure that Node.js and Yarn are installed, then install dependencies: