소스 검색

Merge pull request #54 from rmiddle/typo_fix

Fixed outdated data in the Readme
don 3 년 전
부모
커밋
935aaead33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/README.md

+ 1 - 1
docs/README.md

@@ -8,7 +8,7 @@ This repository is a collection of tutorials for hosting a variety of server app
 ![alt text](https://github.com/novaspirit/pi-hosted/blob/master/apptemplate.png?raw=true)
 
 ### Installation
-Run `install-docker.sh`, to install docker, and add the user pi to the docker usergroup.
+Run `install-docker.sh`, to install docker, and add the current user to the docker usergroup.
 ```
 wget -qO- https://git.io/JwUkc | bash
 # need to reboot/logout for changes to take effect