diff options
| author | TheHackerCoding <[email protected]> | 2021-03-15 07:39:17 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-15 07:39:17 -0400 |
| commit | 79a2c102877aa89655086b067a685df1f2dfb131 (patch) | |
| tree | cf992fbb6018b5dc9863345648afcdd2eea48bd5 | |
| parent | Merge pull request #189 from sickcodes/low-ram-bug (diff) | |
| download | docker-osx-79a2c102877aa89655086b067a685df1f2dfb131.tar.xz docker-osx-79a2c102877aa89655086b067a685df1f2dfb131.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -857,7 +857,7 @@ _`ROM` is just the lowercased mac address, without `:` between each word._ You can tell the container to generate them for you using `-e GENERATE_UNIQUE=true` -Or tell the container to use specific ones using `-e GENERATE_UNIQUE=true` +Or tell the container to use specific ones using `-e GENERATE_SPECIFIC=true` ```bash -e GENERATE_SPECIFIC=true \ |