Skip to content

Commit

Permalink
Add note about where to run brownie init (#425)
Browse files Browse the repository at this point in the history
* Add note about where to run `brownie init`
* match wording in the docs

Co-Authored-By: Ben Hauser <35276322+iamdefinitelyahuman@users.noreply.github.com>
  • Loading branch information
BlinkyStitt and iamdefinitelyahuman committed Apr 20, 2020
1 parent b5928e9 commit 5fdd9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ python3 setup.py install

## Quick Usage

To set up the default folder and file structure for Brownie use:
To initialize a new Brownie project, start by creating a new folder. From within that folder, type:

```bash
brownie init
Expand Down

0 comments on commit 5fdd9fd

Please sign in to comment.