Browse Source

typo: sourceS.list.d

Guilhem Saurel 7 years ago
parent
commit
04d5f21894
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -20,7 +20,7 @@ echo \
    "deb [arch=amd64] https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") \
    $(lsb_release -cs) \
    stable" \
-   > /etc/apt/source.list.d/docker.list
+   > /etc/apt/sources.list.d/docker.list
 
 apt update && apt install docker-ce msmtp python-pip
 
@@ -56,4 +56,4 @@ docker-compose -d up
 
 ## Update homepage
 
-docker-compose build --no-cache
+docker-compose build --no-cache