Skip to content

Commit 6342908

Browse files
committed
doc: Focus installation on Linux
And document version of Linux, as well as instructions for setting up compiler for Crystal, used by Statbus command line interface.
1 parent 1643c13 commit 6342908

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

INSTALL.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,13 @@ Before installing STATBUS, ensure you have the following tools and services inst
2525

2626
### Platform-Specific Setup
2727

28-
#### Windows
28+
#### Linux (Ubuntu 24 LTS)
2929

30-
1. **Git for Windows** (includes Git Bash): Download from [gitforwindows.org](https://gitforwindows.org/)
31-
2. **Scoop**: A command-line installer for Windows. Install from [scoop.sh](https://scoop.sh/)
32-
3. **NVM-Windows**: Node Version Manager for Windows. Install using:
33-
```bash
34-
scoop install nvm
35-
```
36-
37-
#### macOS
38-
39-
1. **Homebrew**: A package manager for macOS. Install from [brew.sh](https://brew.sh/)
40-
2. **NVM (Node Version Manager)**: Install using Homebrew:
41-
```bash
42-
brew install nvm
43-
```
44-
45-
#### Linux (Ubuntu/Debian)
30+
Install Crystal (Programming Language) compiler
31+
```
32+
curl -fsSL https://crystal-lang.org/install.sh | sudo bash
33+
```
4634

47-
1. **NVM (Node Version Manager)**: Install using the package manager:
48-
```bash
49-
sudo apt install nvm
50-
```
5135

5236
## Installation Steps
5337

0 commit comments

Comments
 (0)