Skip to content

Commit

Permalink
added additional readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSphinxxx authored Sep 16, 2024
1 parent 4c98851 commit 4013d42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -36,21 +36,21 @@ Make sure you have a modern web browser installed. No server or additional setup

### Steps

1. Fork the repository:
**1. Fork the repository:**
Go to the repository on GitHub, click the "Fork" button at the top right of the page to create a copy of the repository under your own account.

2. Clone the repository (from your forked version):
**2. Clone the repository (from your forked version):**

```bash
git clone https://github.com/yourusername/interactive-code-editor.git
```

3. Navigate to the project directory:
**3. Navigate to the project directory:**
```bash
cd interactive-code-editor
```

4. Open the index.html file in your browser:
**4. Open the index.html file in your browser:**
```bash
open index.html
```

0 comments on commit 4013d42

Please sign in to comment.