# Upload to https://monitor.bitbulltech.com

Upload the following files to your web server:

```
/var/www/bitbull-releases/
  install.sh                          <- dist/install.sh
  releases/latest.txt                 <- dist/releases/latest.txt
  releases/v1.0.0/
    bitbull-monitor-linux-amd64.tar.gz
    bitbull-monitor-linux-arm64.tar.gz
    SHA256SUMS
    install.sh                        (optional version-pinned copy)
```

## User install command

```bash
curl -fsSL https://monitor.bitbulltech.com/install.sh | sudo bash
```

## Pinned version

```bash
BITBULL_VERSION=v1.0.0 curl -fsSL https://monitor.bitbulltech.com/install.sh | sudo bash
```

## Verify after upload

```bash
curl -fsSL https://monitor.bitbulltech.com/releases/latest.txt
curl -fsSL https://monitor.bitbulltech.com/releases/v1.0.0/SHA256SUMS
```
