-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Description
What is the problem?
I am trying to install RedisInsight on my local development environment, which runs on Debian.
I have checked the main README.md file and the official RedisInsight website, but I cannot find clear, specific instructions for installing the application using the apt package manager on Debian-based systems.
What is missing?
The documentation does not seem to provide:
- The correct procedure for adding the RedisInsight package repository to
sources.list. - A list of any required dependencies that must be installed beforehand.
- The specific
aptcommand (e.g.,sudo apt update && sudo apt install redisinsight) to download and install the package.
What did I expect?
I expected to find a dedicated "Installation" section for Debian/Ubuntu users with a clear, step-by-step code block showing the entire process:
- How to add the GPG key.
- How to add the repository.
- The command to update
aptand install the package.
This would make the local development setup much smoother for Linux users. Could you please update the documentation to include these steps?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels