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 467cb5a commit 4c98851
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,21 @@ Make sure you have a modern web browser installed. No server or additional setup

### Steps

1. Clone 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):

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

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

3. Open the index.html file in your browser:
4. Open the index.html file in your browser:
```bash
open index.html
```
Expand All @@ -62,7 +65,7 @@ Make sure you have a modern web browser installed. No server or additional setup
- `Start Over:` Click the Start Over button to reset the editor with default content.
- `Start From Scratch:`Click the Start From Scratch button to start with a blank editor.
- `Full-Screen Mode:` Click the Full Screen button to toggle the preview into full-screen mode.

## Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

Expand Down

0 comments on commit 4c98851

Please sign in to comment.