From cf23584ae7875e4845231f2cde71f99ba17a6b20 Mon Sep 17 00:00:00 2001 From: James Clarke Date: Wed, 13 Nov 2024 18:42:06 +0000 Subject: [PATCH] Add `make zip` step to readme (#9) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d8c058..52cefb0 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ from inside an edgedb development venv. To build, install, and test into a dev env: - ``make`` +- ``make zip`` - ``edb load-ext postgis--3.4.3.zip`` - ``edb test tests/test_edgeql_postgis.py``