Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sreecharan7 authored May 31, 2024
1 parent 23222d4 commit 1af08a8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,29 @@ Runner is a command-line tool (run) designed to execute code files in various s
## Installation

To install Command Runner, clone the repository and run the installation script:
### Linux Installation Steps

```bash
sudo git clone https://github.com/sreecharan7/runner.git && cd runner && sudo bash install.sh && cd .. && sudo rm -rf runner
```

### Windows Installation Steps

1. **Install WSL (Windows Subsystem for Linux)**:
Open PowerShell as Administrator and run the following command:
```powershell
wsl --install
```
Follow the prompts to complete the installation of WSL.

2. **Install Command Runner**:
Once WSL is installed , open the WSL terminal ( just type "wsl" in terminal ) and run the following commands:
```bash
sudo git clone https://github.com/sreecharan7/runner.git && cd runner && sudo bash install.sh && cd .. && sudo rm -rf runner
```
This command clones the repository, runs the installation script, and cleans up after installation.
This will be only avalible in the wsl only.

This command clones the repository, runs the installation script, and cleans up after installation.

## Usage
Expand Down

0 comments on commit 1af08a8

Please sign in to comment.