Skip to content

Commit

Permalink
Windows and linux installation instructions - take 2
Browse files Browse the repository at this point in the history
Signed-off-by: henkvancann <[email protected]>
  • Loading branch information
henkvancann committed Nov 4, 2024
1 parent 04b934f commit ebca3f6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/general/windows-and-linux-installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Difference between MacOS installation instructions and Windows/Linux
# Difference between MacOS installation instructions and Windows or Linux instructions

## Windows

Expand Down Expand Up @@ -47,13 +47,10 @@ Here are the differences between the original **macOS instructions** and the mod
- **macOS**: Terminal and general `bash` or zsh commands are assumed.
- **Windows**: Adds instructions to verify installation with PowerShell using `node -v`, `npm -v`, and `git --version` commands in PowerShell.


## Linux

Here are the differences between the original **macOS instructions** and the modified **Linux-specific instructions**:

---

1. **Terminal Type and Command Differences**:
- **macOS**: Uses `Terminal` with general `bash` commands.
- **Linux**: Uses `Terminal` with `bash` commands, similar to macOS, but provides additional installation steps specific to Linux systems (e.g., using `apt-get` for installing Node.js and Git).
Expand Down Expand Up @@ -101,5 +98,4 @@ Here are the differences between the original **macOS instructions** and the mod
```bash
cd my-spec-up-t-website
npm run install
```

```

0 comments on commit ebca3f6

Please sign in to comment.