README.md

This commit is contained in:
2026-06-12 02:32:38 +05:00
parent 487497a993
commit 108a95b47a

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# C# Script Compiler
Execute .cs files in directory without building the project
## Building
```sh
dotnet publish CSharpScript -o bin
```
## Usage
1. copy `CSharpScript.toml.default` to `CSharpScript.toml`
2. edit config
3. `./CSharpScript [argumentss_for_your_program]`
P.S. If you don't want to ask users to install dotnet runtime, use my [portable mono runtime](https://timerix.ddns.net/git/Timerix/mono-apphost)