diff options
| author | Mhd Sulhan <m.shulhan@gmail.com> | 2016-05-18 04:50:00 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:13:01 +0700 |
| commit | 6e2eba6142ddad9ad6a1d7b752ba49a406a5fc09 (patch) | |
| tree | 030fdd40811b51284b461cc3b11b128856944464 | |
| parent | bbb5274fc103b55cdfe0cbc46bd6934b5df1e9a2 (diff) | |
| download | golang-id-tour-6e2eba6142ddad9ad6a1d7b752ba49a406a5fc09.tar.xz | |
Fix repo URL and command to run local goapp server.
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,8 +8,8 @@ Untuk memasang tur ini secara lokal, pertama pasang Go, kedua pasang Go Application Engine, kemudian jalankan dengan cara, $ go get github.com/shuLhan/go-tour-id - $ cd $GOPATH/work/src/github.com/shuLhan/go-tour-id - $ ./goapp + $ cd $GOPATH/src/github.com/shuLhan/go-tour-id + $ goapp serve Kecuali bila ada catatan tambahan, berkas sumber didistribusikan dengan lisensi BSD yang bisa dibaca di berkas LICENSE. @@ -17,4 +17,4 @@ lisensi BSD yang bisa dibaca di berkas LICENSE. Untuk berkontribusi dalam repositori ini silahkan kirim permintaan *pull* atau tambahkan di bagian isu [1]. -[1] https://github.com/shuLhan/tour/issues. +[1] https://github.com/shuLhan/go-tour-id/issues. |
