aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 0323c2552618965b08f245c6a68083b0bf4b20bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Meteorman AUR Package

This is the AUR package for Meteorman, a DDP client with GUI for Meteor applications.

## Installation

You can install this package using an AUR helper like `yay` or `paru`:

```bash
yay -S meteorman
```

Or with `paru`:

```bash
paru -S meteorman
```

## Manual Installation

To install manually:

```bash
git clone https://aur.archlinux.org/meteorman.git
cd meteorman
makepkg -si
```

## Building from Source

If you want to build from source:

```bash
git clone https://github.com/harryadel/meteorman.git
cd meteorman
npm install
npm run build
```

## License

This package is released under the MIT license.