Skip to content

Commit

Permalink
Doc add md code style and content polish for redis symlink content
Browse files Browse the repository at this point in the history
Signed-off-by: Vitah Lin <[email protected]>
  • Loading branch information
vitahlin committed Apr 4, 2024
1 parent 7ff0f07 commit 87a8688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ In order to install Valkey binaries into /usr/local/bin, just use:
You can use `make PREFIX=/some/other/directory install` if you wish to use a
different destination.

_Note_: For compatibility with Redis, we create symlinks from the Redis names (redis-server, redis-cli, etc.) to the Valkey binaries created by the `make install`.
_Note_: For compatibility with Redis, we create symlinks from the Redis names (`redis-server`, `redis-cli`, etc.) to the Valkey binaries installed by the `make install`.
The symlinks are created in same directory as the the Valkey binaries.
The symlinks are removed when using `make uninstall`.
The creation of the symlinks can be skipped by setting the environment variable `CONFIGURE_REDIS_SYMLINKS=false`.
Expand Down

0 comments on commit 87a8688

Please sign in to comment.