diff --git a/README.md b/README.md index ec4d0a4..4b6764b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ -Before run base instalations run chmod +x basic_instalations.sh +Here’s a clean and readable Markdown version of your installation notes, formatted beautifully: -sudo chown -R 5050:5050 ./pgadmin/data \ No newline at end of file +⸻ + +📦 Minimal Requirements & Installation Guide + +✅ Minimal Requirements + • Docker Compose V2 + +⸻ + +⚠️ Important Setup Step + +After pulling or downloading the Docker images, you must set the correct file permissions for pgAdmin to work properly: + +sudo chown -R 5050:5050 ./pgadmin/data + +This ensures pgAdmin can read/write to the persistent data directory. + +⸻ \ No newline at end of file