Skip to content

Commit

Permalink
doc: Focus installation on Linux
Browse files Browse the repository at this point in the history
And document version of Linux, as well as instructions
for setting up compiler for Crystal, used by Statbus
command line interface.
  • Loading branch information
jhf committed Jan 14, 2025
1 parent 1643c13 commit 6342908
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,13 @@ Before installing STATBUS, ensure you have the following tools and services inst

### Platform-Specific Setup

#### Windows
#### Linux (Ubuntu 24 LTS)

1. **Git for Windows** (includes Git Bash): Download from [gitforwindows.org](https://gitforwindows.org/)
2. **Scoop**: A command-line installer for Windows. Install from [scoop.sh](https://scoop.sh/)
3. **NVM-Windows**: Node Version Manager for Windows. Install using:
```bash
scoop install nvm
```

#### macOS

1. **Homebrew**: A package manager for macOS. Install from [brew.sh](https://brew.sh/)
2. **NVM (Node Version Manager)**: Install using Homebrew:
```bash
brew install nvm
```

#### Linux (Ubuntu/Debian)
Install Crystal (Programming Language) compiler
```
curl -fsSL https://crystal-lang.org/install.sh | sudo bash
```

1. **NVM (Node Version Manager)**: Install using the package manager:
```bash
sudo apt install nvm
```

## Installation Steps

Expand Down

0 comments on commit 6342908

Please sign in to comment.