소스 검색

Change git URLs in developer/setup

pull/33/head
Binyamin Aron Green 2 년 전
committed by GitHub
부모
커밋
2e924c8c50
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      developer/setup.md

+ 3
- 3
developer/setup.md 파일 보기

@@ -12,9 +12,9 @@ Ready to hack on your site? Here's a quick overview.
After installing Go and Node.js, run the following commands to build, configure, and run the application.

```bash
go get -d github.com/writeas/writefreely/cmd/writefreely
go get -d github.com/writefreely/writefreely/cmd/writefreely

cd $GOPATH/src/github.com/writeas/writefreely
cd $GOPATH/src/github.com/writefreely/writefreely

make build # Compile the application
make install # Config, generate keys, setup database, install LESS compiler
@@ -26,7 +26,7 @@ make run # Run the application
Use the following steps to build WriteFreely without Make. First, get the code:

```bash
git clone https://github.com/writeas/writefreely.git
git clone https://github.com/writefreely/writefreely.git
cd writefreely
```



불러오는 중...
취소
저장