Update readme
This commit is contained in:
parent
8f21aa44c8
commit
638db694dd
@ -9,8 +9,8 @@ The Go by Example site is built by extracting code and
|
|||||||
comments from source files in `examples` and rendering
|
comments from source files in `examples` and rendering
|
||||||
them via the `templates` into a static `public`
|
them via the `templates` into a static `public`
|
||||||
directory. The programs implementing this build process
|
directory. The programs implementing this build process
|
||||||
are in `tools`, along with some vendor'd dependencies
|
are in `tools`, along with dependencies specified in
|
||||||
in `vendor` and `third_party`.
|
the `go.mod`file.
|
||||||
|
|
||||||
The built `public` directory can be served by any
|
The built `public` directory can be served by any
|
||||||
static content system. The production site uses S3 and
|
static content system. The production site uses S3 and
|
||||||
@ -20,7 +20,7 @@ CloudFront, for example.
|
|||||||
|
|
||||||
[](https://travis-ci.com/mmcgrana/gobyexample)
|
[](https://travis-ci.com/mmcgrana/gobyexample)
|
||||||
|
|
||||||
To build the site you'll need Go and Python installed. Run:
|
To build the site you'll need Go installed. Run:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ tools/build
|
$ tools/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user