From 60b16f5415e5cea9e1a4436e373b46e20fd68187 Mon Sep 17 00:00:00 2001 From: Ira <61128114+stackaccount1@users.noreply.github.com> Date: Mon, 25 Jul 2022 22:12:26 -0400 Subject: [PATCH] Update init.rst Add troubleshoot option - $ brownie init -f - to documentation (brownie has a common error on empty folders, this is used often) --- docs/init.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/init.rst b/docs/init.rst index fb90b2552..3723dc9f8 100644 --- a/docs/init.rst +++ b/docs/init.rst @@ -20,6 +20,12 @@ To initialize an empty project, start by creating a new folder. From within that An empty :ref:`project structure` is created within the folder. +To initialize an empty project inside a new empty or existing folder type: + +:: + + $ brownie init -f + Creating a Project from a Template ==================================