aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: eb640b557933b6c1fe8cefadb61d0efa9c6a9dd2 (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
43
44
45
46
# E6 Web Client - AUR Package

A beautiful, modern client for e621/e926 built with React, TypeScript, and Electron.

## Installation

```bash
# Clone this repository
git clone https://aur.archlinux.org/e6-web-client.git
cd e6-web-client

# Build and install
makepkg -si
```

## Updating

```bash
# Pull latest changes
git pull

# Rebuild and reinstall
makepkg -si
```

## Manual Installation

If you prefer to install manually:

```bash
# Download the latest AppImage from GitHub releases
# Make it executable
chmod +x E6-Web-Client-*.AppImage

# Move to /usr/local/bin or ~/bin
sudo mv E6-Web-Client-*.AppImage /usr/local/bin/e6-web-client
```

## Dependencies

- electron
- npm (for building)

## License

MIT