Skip to content

Commit 786e279

Browse files
authored
Update README.md
1 parent ff66c97 commit 786e279

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,28 @@ This repository contains helper dotnet classess for dynamic code compilation and
77
Supported languages
88
- C#
99
- JavaScript
10+
11+
## Help us improve
12+
Help us improve by sending us pull-requests or opening a [GitHub Issue](https://github.com/JDSRAO/CodeExecutor/issues)
13+
14+
## Table of Contents
15+
1. [Development](#development)
16+
2. [Usage](#usage)
17+
3. [License](#license)
18+
19+
## Development
20+
To use the samples with Git, clone the project repository with `git clone https://github.com/JDSRAO/CodeExecutor`
21+
22+
After cloning the respository:
23+
* To build the samples, open `CodeExecutor.sln` solution file in Visual Studio 2017 and build the solution.
24+
* Alternatively, open the project directory in command prompt and type ``` cd CodeExecutor ``` and build with 'dotnet build' or 'msbuild' specifying the target project file.
25+
26+
The easiest way to use these samples without using Git is to download the zip file containing the current version. You can then unzip the entire archive and use the solution in Visual Studio 2017.
27+
28+
## Usage
29+
- Download the latest release from [here](https://github.com/JDSRAO/CodeExecutor/releases). Edit the config.json file and run the application.bat file.
30+
- Alternatively download the latest [nuget package](https://www.nuget.org/packages/CodeExecutor/), install and start development.
31+
- Please refer [wiki](https://github.com/JDSRAO/CodeExecutor/wiki) page for documentation.
32+
33+
## License
34+
Please refer [here](LICENSE) for license information

0 commit comments

Comments
 (0)