Skip to content

Commit

Permalink
Update README.md and doc/installing/windows.md (#135)
Browse files Browse the repository at this point in the history
Resolves: [#134](#134)

Updated with scoop information
  • Loading branch information
danirod authored Feb 21, 2025
2 parents 31e1821 + 62bcd3e commit 329c8d1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ brew tap SoloAntonio/cartero
brew install --cask cartero
```

**Windows**: Also is available using [Scoop][scoop] (command-line installer for Windows):

```bash
scoop bucket add extras
scoop install extras/cartero
```

**NixOS**: You can also add Cartero to your system [as a flake][flake].

## Building
Expand Down Expand Up @@ -160,3 +167,4 @@ to Christian as well!
[flake]: https://cartero.danirod.es/docs/installing/nixos-flake.html
[hacking]: https://cartero.danirod.es/docs/hacking.html
[contributing]: https://cartero.danirod.es/docs/contributing.html
[scoop]: https://scoop.sh/
1 change: 1 addition & 0 deletions doc/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [Installing Cartero](./installing.md)
- [Homebrew Tap (macOS)](./installing/macos-brew.md)
- [NixOS Flake](./installing/nixos-flake.md)
- [Windows](./installing/windows.md)

---

Expand Down
14 changes: 13 additions & 1 deletion doc/installing/windows.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Installing on Windows
# Scoop Command-Line Installer for Windows

To install Cartero using scoop, simply add the extras bucket.

```
scoop bucket add extras
```

Now you can install Cartero with:

```
scoop install extras/cartero
```

0 comments on commit 329c8d1

Please sign in to comment.