Skip to content

Commit

Permalink
update setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhu08 committed Apr 11, 2024
1 parent 824f481 commit e2847bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ requirements:

OS: (Windows/macOS/Linux)

### installing required programs

if on windows:

- install nodejs from website: https://nodejs.org/en/download
Expand All @@ -18,6 +20,15 @@ if on linux (arch):

`pacman -S nodejs npm pnpm`

### setting up and building

clone repo

```
git clone https://github.com/maxhu08/mtab
cd mtab
```

install dependencies

```
Expand Down

0 comments on commit e2847bc

Please sign in to comment.