From 638db694dd3515e3efeaef87830de5b9873a3bd3 Mon Sep 17 00:00:00 2001 From: Blake Bourque Date: Wed, 24 Feb 2021 13:46:13 -0500 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19f3d6a..43f1715 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ The Go by Example site is built by extracting code and comments from source files in `examples` and rendering them via the `templates` into a static `public` directory. The programs implementing this build process -are in `tools`, along with some vendor'd dependencies -in `vendor` and `third_party`. +are in `tools`, along with dependencies specified in +the `go.mod`file. The built `public` directory can be served by any 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) -To build the site you'll need Go and Python installed. Run: +To build the site you'll need Go installed. Run: ```console $ tools/build