Skip to content

Commit

Permalink
Correcting data storage config key in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
JackUrb authored Aug 9, 2021
1 parent 16c693a commit 6d3ad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Now that you have Mephisto installed, you should have access to the `mephisto` C
Let's use this CLI tool to set up a data directory via the `mephisto config` command. The data directory is where the results of your crowdsourcing tasks will be stored.

```bash
$ mephisto config core.mephisto_data_directory ~/mephisto/data
$ mephisto config core.main_data_directory ~/mephisto/data
```

Check that everything is set up correctly!
Expand Down

0 comments on commit 6d3ad9f

Please sign in to comment.