Skip to content

Commit

Permalink
Merge pull request #210 from spcl/aidenh6307-patch-1
Browse files Browse the repository at this point in the history
Updated local instructions
  • Loading branch information
mcopik authored Jul 17, 2024
2 parents e6ed418 + 87276f3 commit 6d7b456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ instance. The `.deployment.local` object in the configuration JSON must contain
this automatically with a single command by using `jq`:

```
jq --argfile file1 out_storage.json '.deployment.local.storage = $file1 ' config/example.json > config/local_deployment.json
jq '.deployment.local.storage = input' config/example.json out_storage.json > config/local_deployment.json
```

The output file will contain a JSON object that should look similar to this one:
Expand Down

0 comments on commit 6d7b456

Please sign in to comment.