Skip to content

Commit

Permalink
Link curl to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 31, 2024
1 parent b754de0 commit 9ddd549
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,22 @@ systemd semantics and supports multiple sockets.*

## Installation

You can get systemfd by installing it with cargo:
You can install a precompiled version of systemfd with curl to bash:

```
$ cargo install systemfd
curl -sSfL https://github.com/mitsuhiko/systemfd/releases/latest/download/systemfd-installer.sh | sh
```

On windows you can use powershell to install it:

```
powershell -c "irm https://github.com/mitsuhiko/systemfd/releases/latest/download/systemfd-installer.ps1 | iex"
```

Alternatively you can get systemfd by installing it with cargo:

```
cargo install systemfd
```

## Usage
Expand Down

0 comments on commit 9ddd549

Please sign in to comment.