Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ managed directory. You don't need Go, Node, Python, or FFmpeg installed.
**macOS / Linux**

```bash
curl -fsSL https://raw.githubusercontent.com/nmbrthirteen/podcli/main/install.sh | sh
curl -fsSL https://podcli.com/install.sh | sh
```

**Windows (PowerShell)**

```powershell
irm https://raw.githubusercontent.com/nmbrthirteen/podcli/main/install.ps1 | iex
irm https://podcli.com/install.ps1 | iex
```

Then just run it — the first launch sets itself up:
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ and Remotion, generates `checksums.txt`, and publishes a GitHub release. End use
install with no prerequisites:

```bash
curl -fsSL https://raw.githubusercontent.com/nmbrthirteen/podcli/main/install.sh | sh
# Windows: irm https://raw.githubusercontent.com/nmbrthirteen/podcli/main/install.ps1 | iex
curl -fsSL https://podcli.com/install.sh | sh
# Windows: irm https://podcli.com/install.ps1 | iex
```

Platforms: macOS arm64, Linux x64/arm64, Windows x64. (npm isn't used — the
Expand Down
Loading