Skip to content

Commit

Permalink
README: fix concurrent recording sessions error
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed May 29, 2024
1 parent 2681ce7 commit 48e2473
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,31 @@ rm -rf ~/.config/savvy

```

3. How do I upgrade Savvy?
3. How do I fix the "concurrent recording sessions are not yet supported" error?

This will be fixed soon. In the meantime you can fix this error by running:

```sh
rm -rf /tmp/savvy-socket
```

4. How do I upgrade Savvy?

Run `savvy upgrade` to get the latest version of the CLI.

4. How do I login?
5. How do I login?

Run `savvy login` to start the login flow.

5. What shells does Savvy support?
6. What shells does Savvy support?

Savvy supports `zsh` and `bash`. Please [create an issue](https://github.com/getsavvyinc/savvy-cli/issues/new) if you'd like us to support your favorite shell.

6. Does Savvy work on Windows?
7. Does Savvy work on Windows?

Not yet.

7. I'm stuck. How do I get help?
8. I'm stuck. How do I get help?

If you need assistance or have questions:

Expand Down

0 comments on commit 48e2473

Please sign in to comment.