File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ root you'll need to adjust the path in `wf`.
28
28
The first time you try to run workflow you'll run into the following error:
29
29
30
30
> 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.
32
32
33
33
This means that you haven't configured workflow yet. Projects will usually
34
34
have machine-dependent configuration, including sensitive information like
35
35
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
37
37
can copy and customize (or run ` ./wf install ` ).
38
38
39
39
### Adding new commands
You can’t perform that action at this time.
0 commit comments