aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-06 14:15:27 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-06 14:18:55 +0200
commit3edec36e0aa79761641ade061042c0252e43024e (patch)
tree2056ac6240f2977d290ae8dfcaa9721cb5622a38 /README.md
parent7d57ec61892dd1c25ac5621afd949a2dbc3b766c (diff)
downloadgit-bug-3edec36e0aa79761641ade061042c0252e43024e.tar.gz
make git-bug go gettable without having to commit the builded webUI
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).