File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -63,3 +63,6 @@ jupyter_runtime/
6363
6464# Node modules (if any)
6565node_modules /
66+
67+
68+ cleaup.sh
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Thank you for your interest in contributing to CodeRunner! We welcome contributi
55## Getting Started
66
771 . Fork the repository
8- 2 . Clone your fork: ` git clone https://github.com/BandarLabs /coderunner.git `
8+ 2 . Clone your fork: ` git clone https://github.com/instavm /coderunner.git `
993 . Create a new branch: ` git checkout -b feature/your-feature-name `
10104 . Make your changes
11115 . Test your changes thoroughly
Original file line number Diff line number Diff line change 11
22<div align =" center " >
33
4- [ ![ Start] ( https://img.shields.io/github/stars/BandarLabs /coderunner?color=yellow&style=flat&label=%E2%AD%90%20stars )] ( https://github.com/BandarLabs /coderunner/stargazers )
5- [ ![ License] ( http://img.shields.io/:license-Apache%202.0-green.svg?style=flat )] ( https://github.com/BandarLabs /coderunner/blob/master/LICENSE )
4+ [ ![ Start] ( https://img.shields.io/github/stars/instavm /coderunner?color=yellow&style=flat&label=%E2%AD%90%20stars )] ( https://github.com/instavm /coderunner/stargazers )
5+ [ ![ License] ( http://img.shields.io/:license-Apache%202.0-green.svg?style=flat )] ( https://github.com/instavm /coderunner/blob/master/LICENSE )
66</div >
77
88# CodeRunner: Run AI Generated Code Locally
@@ -27,7 +27,7 @@ CodeRunner is an MCP (Model Context Protocol) server that executes AI-generated
2727** Prerequisites:** Mac with macOS and Apple Silicon (M1/M2/M3/M4), Python 3.10+
2828
2929``` bash
30- git clone https://github.com/BandarLabs /coderunner.git
30+ git clone https://github.com/instavm /coderunner.git
3131cd coderunner
3232chmod +x install.sh
3333sudo ./install.sh
You can’t perform that action at this time.
0 commit comments