Switch to external genmanifest tool
Until now, we were using a Go program included in this repo to generate
the manifest. This program is being used in other projects, so it got
moved to the gomodules/webext repo.
This change removes the local Go files and switches to the external
genmanifest tool.
Change-Id: Id6168282122ae53ecb9e20a296d2f223e66b9f25
diff --git a/docs/developers/set_up.md b/docs/developers/set_up.md
index a8e75ee..cd21e90 100644
--- a/docs/developers/set_up.md
+++ b/docs/developers/set_up.md
@@ -6,6 +6,8 @@
with [Homebrew](https://brew.sh/) by running `brew install go`.
- This is because the build script uses a Go program to generate the
manifest.
+1. Install the genmanifest Go program. In order to do this, run
+`go install gomodules.avm99963.com/webext/genmanifest@latest`.
1. [Install NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/).
1. Now, you must clone the git repository to your device to retrieve the
extension source code. To do that,