diff --git a/README.md b/README.md index 4f8f9dc..9eb5da5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Original mono project was discontinued, but fortunately microsoft has their own ``` 5. Create program config - - copy `./mono-apphost.toml` to `./bin` + - copy `./mono-apphost.toml.default` to `./bin/mono-apphost.toml` - change `main_assembly_path` -6. Copy files from `./bin/` to your C# program build dir \ No newline at end of file +6. Copy files from `./bin/` to your C# program build dir diff --git a/mono-apphost.toml b/mono-apphost.toml.default similarity index 100% rename from mono-apphost.toml rename to mono-apphost.toml.default