Explorar el Código

Clarify dev setup and add `cd` step

develop
Matt Baer hace 5 años
padre
commit
a516cec5d2
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      developer/setup.md

+ 3
- 1
developer/setup.md Ver fichero

@@ -9,11 +9,13 @@ Ready to hack on your site? Here's a quick overview.


## Setting up ## Setting up


Run these commands to get set up.
After installing Go and Node.js, run the following commands to build, configure, and run the application.


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


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

# If running Go 1.11+ # If running Go 1.11+
export GO111MODULE=on export GO111MODULE=on




Cargando…
Cancelar
Guardar