Skip to content

Commit e09106f

Browse files
committed
restructuring repository
1 parent 7e29dfa commit e09106f

8 files changed

Lines changed: 2 additions & 11 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/PULL_REQUEST_TEMPLATE/pull_request_checklist.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ _To install and configure the project on your system locally, use suitable metho
102102
1. Copy and run the following command to install the run binary on your system.
103103

104104
```sh
105-
curl https://raw.githubusercontent.com/proffapt/code-runner/main/setup.sh | bash
105+
curl https://raw.githubusercontent.com/proffapt/code-runner/main/.setup/install.sh | bash
106106
```
107107
2. Run the code
108108
```sh
@@ -132,7 +132,7 @@ _To uninstall the tool from your system execute the following command, depending
132132
#### Uninstall using CURL
133133

134134
```sh
135-
curl https://raw.githubusercontent.com/proffapt/code-runner/main/uninstall.sh | bash
135+
curl https://raw.githubusercontent.com/proffapt/code-runner/main/.setup/uninstall.sh | bash
136136
```
137137

138138
#### Uninstall using BREW

0 commit comments

Comments
 (0)