chore: added install script instructions 0b5bb693
Steve · 2026-05-23 00:06 10 file(s) · +60 −0
apps/bookmarks/README.md +6 −0
10 10
brew install stevedylandev/tap/bookmarks
11 11
```
12 12
13 +
**Curl install (Linux/macOS):**
14 +
15 +
```bash
16 +
curl -fsSL https://raw.githubusercontent.com/stevedylandev/andromeda/main/install.sh | sh -s -- bookmarks
17 +
```
18 +
13 19
**Prebuilt binary:** Grab the right archive from the [releases page](https://github.com/stevedylandev/andromeda/releases?q=bookmarks%2F) and drop the binary somewhere on your `$PATH`.
14 20
15 21
**From source:**
apps/cellar/README.md +6 −0
11 11
brew install stevedylandev/tap/cellar
12 12
```
13 13
14 +
**Curl install (Linux/macOS):**
15 +
16 +
```bash
17 +
curl -fsSL https://raw.githubusercontent.com/stevedylandev/andromeda/main/install.sh | sh -s -- cellar
18 +
```
19 +
14 20
**Prebuilt binary:** Grab the right archive from the [releases page](https://github.com/stevedylandev/andromeda/releases?q=cellar%2F) and drop the binary somewhere on your `$PATH`.
15 21
16 22
**From source:**
apps/easel/README.md +6 −0
11 11
brew install stevedylandev/tap/easel
12 12
```
13 13
14 +
**Curl install (Linux/macOS):**
15 +
16 +
```bash
17 +
curl -fsSL https://raw.githubusercontent.com/stevedylandev/andromeda/main/install.sh | sh -s -- easel
18 +
```
19 +
14 20
**Prebuilt binary:** Grab the right archive from the [releases page](https://github.com/stevedylandev/andromeda/releases?q=easel%2F) and drop the binary somewhere on your `$PATH`.
15 21
16 22
**From source:**
apps/feeds/README.md +6 −0
11 11
brew install stevedylandev/tap/feeds
12 12
```
13 13
14 +
**Curl install (Linux/macOS):**
15 +
16 +
```bash
17 +
curl -fsSL https://raw.githubusercontent.com/stevedylandev/andromeda/main/install.sh | sh -s -- feeds
18 +
```
19 +
14 20
**Prebuilt binary:** Grab the right archive from the [releases page](https://github.com/stevedylandev/andromeda/releases?q=feeds%2F) and drop the binary somewhere on your `$PATH`.
15 21
16 22
**From source:**
apps/jotts/README.md +6 −0
16 16
brew install stevedylandev/tap/jotts
17 17
```
18 18
19 +
**Curl install (Linux/macOS):**
20 +
21 +
```bash
22 +
curl -fsSL https://raw.githubusercontent.com/stevedylandev/andromeda/main/install.sh | sh -s -- jotts
23 +
```
24 +
19 25
**Prebuilt binary:** Grab the right archive from the [releases page](https://github.com/stevedylandev/andromeda/releases?q=jotts%2F) and drop the binary somewhere on your `$PATH`.
20 26
21 27
**From source:**
apps/library/README.md +6 −0
10 10
brew install stevedylandev/tap/library
11 11
```
12 12
13 +
**Curl install (Linux/macOS):**
14 +
15 +
```bash
16 +
curl -fsSL https://raw.githubusercontent.com/stevedylandev/andromeda/main/install.sh | sh -s -- library
17 +
```
18 +
13 19
**Prebuilt binary:** Grab the right archive from the [releases page](https://github.com/stevedylandev/andromeda/releases?q=library%2F) and drop the binary somewhere on your `$PATH`.
14 20
15 21
**From source:**
apps/og/README.md +6 −0
10 10
brew install stevedylandev/tap/og
11 11
```
12 12
13 +
**Curl install (Linux/macOS):**
14 +
15 +
```bash
16 +
curl -fsSL https://raw.githubusercontent.com/stevedylandev/andromeda/main/install.sh | sh -s -- og
17 +
```
18 +
13 19
**Prebuilt binary:** Grab the right archive from the [releases page](https://github.com/stevedylandev/andromeda/releases?q=og%2F) and drop the binary somewhere on your `$PATH`.
14 20
15 21
**From source:**
apps/posts/README.md +6 −0
11 11
brew install stevedylandev/tap/posts
12 12
```
13 13
14 +
**Curl install (Linux/macOS):**
15 +
16 +
```bash
17 +
curl -fsSL https://raw.githubusercontent.com/stevedylandev/andromeda/main/install.sh | sh -s -- posts
18 +
```
19 +
14 20
**Prebuilt binary:** Grab the right archive from the [releases page](https://github.com/stevedylandev/andromeda/releases?q=posts%2F) and drop the binary somewhere on your `$PATH`.
15 21
16 22
**From source:**
apps/shrink/README.md +6 −0
11 11
brew install stevedylandev/tap/shrink
12 12
```
13 13
14 +
**Curl install (Linux/macOS):**
15 +
16 +
```bash
17 +
curl -fsSL https://raw.githubusercontent.com/stevedylandev/andromeda/main/install.sh | sh -s -- shrink
18 +
```
19 +
14 20
**Prebuilt binary:** Grab the right archive from the [releases page](https://github.com/stevedylandev/andromeda/releases?q=shrink%2F) and drop the binary somewhere on your `$PATH`.
15 21
16 22
**From source:**
apps/sipp/README.md +6 −0
16 16
brew install stevedylandev/tap/sipp
17 17
```
18 18
19 +
**Curl install (Linux/macOS):**
20 +
21 +
```bash
22 +
curl -fsSL https://raw.githubusercontent.com/stevedylandev/andromeda/main/install.sh | sh -s -- sipp
23 +
```
24 +
19 25
**Prebuilt binary:** Grab the right archive from the [releases page](https://github.com/stevedylandev/andromeda/releases?q=sipp%2F) and drop the binary somewhere on your `$PATH`.
20 26
21 27
**From source:**