diff --git a/README.md b/README.md index 82f8a839..a4caa70d 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Blender add-on sources are all combined in this one repository. ## Building -1. Install [Go 1.18 or newer](https://go.dev/) and Node 16 (see below) +1. Install [Go 1.18 or newer](https://go.dev/), Java (just a JRE is enough), and Node 16 (see below) 2. Set the environment variable `GOPATH` to where you want Go to put its packages. Defaults to `$HOME/go` if not set. Run `go env GOPATH` if you're not sure. 3. Ensure `$GOPATH/bin` is included in your `$PATH` environment variable. 4. Magically build the web frontend (still under development, no concrete steps documentable quite yet) 5. Run `make with-deps` to install build-time dependencies and build the application. Subsequent builds can just run `make` without arguments. -You should now have two executables: `flamenco-manager-poc` and `flamenco-worker-poc`. +You should now have two executables: `flamenco-manager` and `flamenco-worker`. ## Node / Web UI