소스 검색

Update README.md

added some dependencies that were needed to be able to run magento-docker successfully on a VPS with Debian GNU/Linux 12
Kmilo Denis González 1 년 전
부모
커밋
fea1080954
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -124,6 +124,13 @@ This setup assumes you are running Docker on a computer with at least 6GB of RAM
 
 This configuration has been tested on Mac & Linux. Windows is supported through the use of Docker on WSL.
 
+### Ubuntu, Debian
+
+1. Install dependencies
+
+        # Ubuntu or Debian
+        sudo apt install curl libnss3-tools unzip rsync
+
 ## Setup
 
 ### Automated Setup (New Project)