Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
somnek committed Jan 12, 2024
1 parent 1050227 commit e3bd7a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ A small, simple, minimalistic, and fast Redis TUI client written in Go.

## Usage

- Run the following command to start **Sledge**:
- It is always good to wrap the connection string in quotes to avoid shell expansion.
- Example below shows how to connect to a local Redis server:

```sh
sledge "redis://localhost:6379"
```

- it is always better to wrap the connection string in quotes to avoid shell expansion.

## Installation

You can install the appropriate binary for your operating system by visiting the [Release page](https://github.com/somnek/sledge/releases/).
Expand All @@ -24,7 +23,7 @@ You can install the appropriate binary for your operating system by visiting the
If you're on macOS, you may need to run:

```sh
xattr -c ./sledge\ Darwin x86\ 64.tar.gz
xattr -c ./Sledge\ Darwin x86\ 64.tar.gz
```

to (to avoid "unknown developer" warning)
Expand Down

0 comments on commit e3bd7a2

Please sign in to comment.