Skip to content

Commit

Permalink
chore: move install instructions to details dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmedeski committed Oct 25, 2024
1 parent 05463d6 commit 8500cec
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,30 @@ Watch the video to learn more about how to use sesh to manage your tmux sessions

## How to install

### Homebrew
<details>
<summary>Homebrew</summary>

To install sesh, run the following [homebrew](https://brew.sh/) command:

```sh
brew install joshmedeski/sesh/sesh
```

### ArchLinux AUR
</details>

<details>
<summary>Arch Linux AUR</summary>

To install sesh, run the following [yay](https://aur.archlinux.org/packages/yay) command:

```sh
yay -S sesh-bin
```

### Go
</details>

<details>
<summary>Go</summary>

Alternatively, you can install Sesh using Go's go install command:

Expand All @@ -54,10 +61,15 @@ go install github.com/joshmedeski/sesh@latest

This will download and install the latest version of Sesh. Make sure that your Go environment is properly set up.

### Nix
</details>

<details>
<summary>Nix</summary>

See the [nix package directory](https://search.nixos.org/packages?channel=unstable&show=sesh&from=0&size=50&sort=relevance&type=packages&query=sesh) for instructions on how to install sesh through the nix platform.

</details>

**Note:** Do you want this on another package manager? [Create an issue](https://github.com/joshmedeski/sesh/issues/new) and let me know!

## Raycast Extension
Expand Down

0 comments on commit 8500cec

Please sign in to comment.