Skip to content

Commit 0b6fa2b

Browse files
authored
Update README to reflect change to .env
1 parent e219187 commit 0b6fa2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ root you'll need to adjust the path in `wf`.
2828
The first time you try to run workflow you'll run into the following error:
2929

3030
> Couldn't find local configuration. Please create and modify
31-
> 'config/params.sh' or run the 'install' command.
31+
> '.env' or run the 'install' command.
3232
3333
This means that you haven't configured workflow yet. Projects will usually
3434
have machine-dependent configuration, including sensitive information like
3535
passwords, or just for personal preferences (e.g. your preferred editor).
36-
There should be a template available in `config/params.sh.dist` which you
36+
There is a template available at `.env.example` which you
3737
can copy and customize (or run `./wf install`).
3838

3939
### Adding new commands

0 commit comments

Comments
 (0)