summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 560dd4f..659a230 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,10 @@ cd ceres
git submodule update --init
```
-Only the [Go][4] tool is required to build ceres.
+Only the [Go][4] and [Dart][7] tools are required to build ceres.
```
+go generate
go build
```
@@ -69,3 +70,4 @@ As soon as version 1.0.0 is reached these aspects are stable.
[4]: https://go.dev
[5]: https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping
[6]: https://en.wikipedia.org/wiki/Create,_read,_update_and_delete
+[7]: https://dart.dev/