소스 검색

Merge pull request #36 from kelseyhightower/docs

docs: use public git URL in the building Rudder section
Eugene Yakubovich 10 년 전
부모
커밋
248bab3613
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ overlay network:
 ## Building Rudder
 
 * Step 1: Make sure you have Linux headers installed on your machine. On Ubuntu, run ```sudo apt-get install linux-libc-dev```. On Fedora/Redhat, run ```sudo yum install kernel-headers```.
-* Step 2: Git clone the Rudder repo: ```git clone git@github.com:coreos/rudder.git```
+* Step 2: Git clone the Rudder repo: ```https://github.com/coreos/rudder.git```
 * Step 3: Run the build script: ```cd rudder; ./build```
 
 Alternatively, you can build rudder in a docker container with the following command. Replace $SRC with the absolute path to your rudder source code: