Skip to content

Commit 4f89ceb

Browse files
committed
Update README.md
1 parent 192cd47 commit 4f89ceb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ the correct ones:
6464

6565
## Starting the master
6666

67-
Choose directories to hold build artifacts and PyPI packages (the defaults are
68-
`./data/artifacts` and `./data/packages`, respectively):
67+
Optionally choose a directory to hold PyPI packages (the default is
68+
`./data/packages`):
6969

7070
```console
71-
$ export HALIDE_BB_MASTER_ARTIFACTS_DIR=$HOME/artifacts
7271
$ export HALIDE_BB_PYPI_PACKAGES_DIR=$HOME/wheels
7372
```
7473

@@ -80,8 +79,7 @@ $ docker compose up -d --build
8079

8180
The database is automatically initialized on first start. Caddy handles TLS
8281
certificates, so there is no manual web server configuration needed. The
83-
Buildbot web interface is available at `https://buildbot.halide-lang.org/master/`
84-
and artifacts are served at the site root.
82+
Buildbot web interface is available at `https://buildbot.halide-lang.org/master/`.
8583

8684
Port 9990 must be reachable by workers. Port 8012 is internal only; Caddy
8785
proxies it on ports 80/443.

0 commit comments

Comments
 (0)