Skip to content

Commit

Permalink
Update README.md: scoop has been added (#12)
Browse files Browse the repository at this point in the history
* Update README.md

* Add bucket details to readme and move direct-from-repo install command to the end as an alternative

---------

Co-authored-by: Emile van Reenen <9017146+emilevr@users.noreply.github.com>
  • Loading branch information
StudentWeis and emilevr committed Feb 14, 2024
1 parent 448173a commit d6ba8b2
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,32 @@ brew upgrade emilevr/space/space

#### [Scoop](https://scoop.sh/) (Windows)

A PR has been submitted to merge space into the extras bucket, but is still pending review. In the meantime, you can use the following command to install space via the Scoop manifest published by this repo:
`space` is available in the `extras` bucket.

:one: Add the bucket via the following command, if you haven't done so already:

```plaintext
scoop install https://emilevr.github.io/space/scoop/space.json
scoop bucket add extras
```

In future, `space` may be upgraded via:
:two: Install:

```plaintext
scoop install space
```

:three: In future, upgrade:

```plaintext
scoop update space
```

Alternatively, use the following command to install space via the Scoop manifest published by this repo:

```plaintext
scoop install https://emilevr.github.io/space/scoop/space.json
```

#### Bash

```
Expand Down

0 comments on commit d6ba8b2

Please sign in to comment.