Minor tweaks to README.

このコミットが含まれているのは:
Christian Heller 2016-02-10 02:28:22 +01:00
コミット 0f62416213
1個のファイルの変更4行の追加6行の削除

ファイルの表示

@ -15,8 +15,7 @@ space.
With htwtxt written in Go, the setup instructions below expect a Go development With htwtxt written in Go, the setup instructions below expect a Go development
environment with a somewhat current [go tool](https://golang.org/cmd/go/) environment with a somewhat current [go tool](https://golang.org/cmd/go/)
installed, and a `$GOPATH` set. If your system does not have such an installed, and a `$GOPATH` set. If your system does not have such an
environment, here's some hints on what could possibly work on your system to set environment, here's some hints on how to set it up:
it up:
wget https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz wget https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.5.3.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.5.3.linux-amd64.tar.gz
@ -61,10 +60,9 @@ This is [a common privilege problem](http://stackoverflow.com/q/413807) and
### Templates ### Templates
By default, HTML templates are read out of the directory By default, HTML templates are read out of `$GOPATH/src/htwtxt/templates/`. An
`$GOPATH/src/htwtxt/templates`. An alternate path can be given with the flag alternate directory can be given with the flag `--templates` (it should contain
`--templates` (the alternate directory should, however, contain template files template files of the same names as the default ones, however).
of the same names as the default ones).
## Copyright, license ## Copyright, license