|
@@ -14,7 +14,7 @@
|
|
|
A CLI command to find duplicate values in a MongoDB collection.
|
|
|
|
|
|
1. In your working directory, create a `.env` file based on the example provided
|
|
|
- in https://code.osinet.fr/fgm/mongodb_duplicates/src/master/example.env
|
|
|
+ in [example.env](https://code.osinet.fr/fgm/mongodb_duplicates/raw/main/example.env)
|
|
|
2. Install the `envrun` command to load environment variables from that file:
|
|
|
- `go install github.com/fgm/envrun@latest`
|
|
|
3. Adjuster your `.env`. For the first check, configure it for an empty collection
|