Skip to content

Commit 8500cec

Browse files
committed
chore: move install instructions to details dropdowns
1 parent 05463d6 commit 8500cec

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,30 @@ Watch the video to learn more about how to use sesh to manage your tmux sessions
2828

2929
## How to install
3030

31-
### Homebrew
31+
<details>
32+
<summary>Homebrew</summary>
3233

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

3536
```sh
3637
brew install joshmedeski/sesh/sesh
3738
```
3839

39-
### ArchLinux AUR
40+
</details>
41+
42+
<details>
43+
<summary>Arch Linux AUR</summary>
4044

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

4347
```sh
4448
yay -S sesh-bin
4549
```
4650

47-
### Go
51+
</details>
52+
53+
<details>
54+
<summary>Go</summary>
4855

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

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

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

57-
### Nix
64+
</details>
65+
66+
<details>
67+
<summary>Nix</summary>
5868

5969
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.
6070

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

6375
## Raycast Extension

0 commit comments

Comments
 (0)