Skip to content
Merged
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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,21 @@ one is missing. Autodaemonization is enabled by default, so you don't
need to do anything special to use it, though you can control its behavior
with the `nodaemonize` config option and the `-d/-D` command line switches.

### Installing with Homebrew

On macOS, `shpool` can be installed via the project's [Homebrew tap](https://github.com/shell-pool/homebrew-shpool):

```
brew tap shell-pool/shpool
brew install shpool
```

To have the daemon start automatically at login:

```
brew services start shpool
```

## Usage

Generally `shpool` is used to provide persistent sessions when
Expand Down
Loading