瀏覽代碼

Update README.md

moved the "install dependencies step" to the Linux section
Kmilo Denis González 1 年之前
父節點
當前提交
41b6870447
共有 1 個文件被更改,包括 5 次插入7 次删除
  1. 5 7
      README.md

+ 5 - 7
README.md

@@ -124,13 +124,6 @@ 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)
@@ -541,6 +534,11 @@ bin/copyfromcontainer --all
 
 ### Linux
 
+#### Install necessary dependencies
+```
+sudo apt install curl libnss3-tools unzip rsync
+```
+
 Running Docker on Linux should be pretty straight-forward. Note that you need to run some [post install commands](https://docs.docker.com/install/linux/linux-postinstall/) as well as [installing Docker Compose](https://docs.docker.com/compose/install/) before continuing. These steps are taken care of automatically with Docker Desktop, but not on Linux.
 
 Copy `compose.dev-linux.yaml` to `compose.dev.yaml` before installing Magento to take advantage of this setup.