You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, you can install Sesh using Go's go install command:
57
57
58
58
```sh
59
-
go install github.com/joshmedeski/sesh@latest
59
+
go install github.com/joshmedeski/sesh/v2@latest
60
60
```
61
61
62
62
This will download and install the latest version of Sesh. Make sure that your Go environment is properly set up.
@@ -70,7 +70,7 @@ See the [nix package directory](https://search.nixos.org/packages?channel=unstab
70
70
71
71
</details>
72
72
73
-
**Note:** Do you want this on another package manager? [Create an issue](https://github.com/joshmedeski/sesh/issues/new) and let me know!
73
+
**Note:** Do you want this on another package manager? [Create an issue](https://github.com/joshmedeski/sesh/v2/issues/new) and let me know!
74
74
75
75
## Raycast Extension
76
76
@@ -293,7 +293,7 @@ The first step is to build a CLI that can interact with tmux and be a drop-in re
0 commit comments