Update readme

This commit is contained in:
Blake Bourque 2021-02-24 13:46:13 -05:00
parent 8f21aa44c8
commit 638db694dd

View File

@ -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.
[![Build Status](https://travis-ci.com/mmcgrana/gobyexample.svg "Travis CI status")](https://travis-ci.com/mmcgrana/gobyexample) [![Build Status](https://travis-ci.com/mmcgrana/gobyexample.svg "Travis CI status")](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