소스 검색

Merge pull request #9 from danieldickison/master

Fix typo in readme
Brit Butler 12 년 전
부모
커밋
7024377cad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ Server side setup:
29 29
 1. Setup git and create a bare repo as shown [here](http://git-scm.com/book/en/Git-on-the-Server-Setting-Up-the-Server).
30 30
 2. Install Lisp and [Quicklisp](http://quicklisp.org/).
31 31
 3. ```wget -c https://raw.github.com/redline6561/coleslaw/master/examples/single-site.coleslawrc -O ~/.coleslawrc``` # and edit as necessary
32
-4. ```wget -c https://raw.github.com/redline6561/coleslaw/master/examples/example.post-receieve -O your-blog.git/hooks/post-receive``` # and edit as necessary
32
+4. ```wget -c https://raw.github.com/redline6561/coleslaw/master/examples/example.post-receive -O your-blog.git/hooks/post-receive``` # and edit as necessary
33 33
 5. ```chmod +x your-blog/.git/hooks/post-receive```
34 34
 6. Create or clone your blog repo locally. Add your server as a remote with ```git remote add prod git@my-host.com:path/to/repo.git```
35 35
 7. Point the web server of your choice at the symlink /path/to/deploy-dir/.curr/