Skip to content

Commit 37de2e0

Browse files
committed
shifting to instavm
1 parent 8e2db85 commit 37de2e0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ jupyter_runtime/
6363

6464
# Node modules (if any)
6565
node_modules/
66+
67+
68+
cleaup.sh

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thank you for your interest in contributing to CodeRunner! We welcome contributi
55
## Getting Started
66

77
1. 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`
99
3. Create a new branch: `git checkout -b feature/your-feature-name`
1010
4. Make your changes
1111
5. Test your changes thoroughly

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
3131
cd coderunner
3232
chmod +x install.sh
3333
sudo ./install.sh

0 commit comments

Comments
 (0)