We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d26942 commit ca382acCopy full SHA for ca382ac
README.md
@@ -33,8 +33,9 @@ git clone https://github.com/PrismLauncher/mcmeta.git
33
cd mcmeta/mcmeta
34
35
export RUST_LOG=INFO
36
-export MCMETA_BIND_ADDRESS=127.0.0.1:9988
37
-export MCMETA_META_DIRECTORY=../meta
+export MCMETA__BIND_ADDRESS=127.0.0.1:9988
+export MCMETA__STORAGE_FORMAT__TYPE=json
38
+export MCMETA__STORAGE_FORMAT__META_DIRECTORY=../meta
39
cargo run
40
```
41
0 commit comments