Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Aug 3, 2023
1 parent f62556c commit ab4870b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ displaying raw data and validation results on top of the OSM map.
Run this command for start processing data from 2 days ago:

```sh
docker exec -w /code/build underpass ./underpass -t $(date +%Y-%m-%dT%H:%M:%S -d "2 days ago")'`
docker exec -w /code/build underpass ./underpass -t $(date +%Y-%m-%dT%H:%M:%S -d "2 days ago")
```

On MacOS, the date command is different:
Expand Down

0 comments on commit ab4870b

Please sign in to comment.