Skip to content

Commit

Permalink
Update init.rst
Browse files Browse the repository at this point in the history
Add troubleshoot option -  $ brownie init -f - to documentation (brownie has a common error on empty folders, this is used often)
  • Loading branch information
stackaccount1 committed Jul 26, 2022
1 parent b2da967 commit 60b16f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ To initialize an empty project, start by creating a new folder. From within that

An empty :ref:`project structure<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
==================================

Expand Down

0 comments on commit 60b16f5

Please sign in to comment.