소스 검색

Update dev install steps with make install changes

tags/v0.9.1
Matt Baer 5 년 전
부모
커밋
b6c0a0108b
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      developer/setup.md

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

@@ -18,7 +18,6 @@ go get -d github.com/writeas/writefreely/cmd/writefreely
export GO111MODULE=on

make build # Compile the application
./cmd/writefreely/writefreely --config # Create configuration file
make install # Generates encryption keys; installs LESS compiler
make run # Runs the application
make install # Config, generate keys, setup database, install LESS compiler
make run # Run the application
```

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