aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index a7b1988d..d1de7b8c 100644
--- a/README.md
+++ b/README.md
@@ -75,8 +75,6 @@ This web UI is entirely packed inside the same go binary and serve static conten
The web UI interact with the backend through a GraphQL API. The schema is available [here](graphql/schema.graphql).
-Note: the compiled web UI is not commited in git for now so you will have to install npm packages and build it before compiling the go binary.
-
## Internals
Interested by how it works ? Have a look at the [data model](doc/model.md).