From b02d140ca2b00a08b4c83eda4429d551017daae2 Mon Sep 17 00:00:00 2001 From: Poruri Sai Rahul Date: Tue, 29 Oct 2024 10:38:12 +0530 Subject: [PATCH] FIX: Correct copy-paste mistake in dev setup instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39cc0b6..7056ee8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Git repository into the `apps/` folder in the bench directory * Create a [new site](https://frappeframework.com/docs/user/en/tutorial/create-a-site) using `bench new-site test.ballot` -* Install the Ballot app on the new site `bench --site test.ballot install-app fossunited` +* Install the Ballot app on the new site `bench --site test.ballot install-app ballot` * [Access the site conveniently](https://frappeframework.com/docs/user/en/tutorial/create-a-site#access-site-in-your-browser) from your computer using `bench --site test.ballot add-to-hosts` * Finally, run `bench start` and access the site in your browser by navigating