Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md and doc/installing/windows.md #135

Merged
merged 3 commits into from
Feb 21, 2025
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
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
```