summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-05-04 18:52:45 +0200
committerxengineering <me@xengineering.eu>2024-05-04 18:52:45 +0200
commit4c528668cc5d77c0859bdc237cef2e7c40b9b9d8 (patch)
treeb6b37d74de5c0cd4dfed164ee7c0e296b21241eb /README.md
parent1d6a23f6307ea1a1225ca8b2f2b91f78d1323416 (diff)
downloadceres-4c528668cc5d77c0859bdc237cef2e7c40b9b9d8.tar
ceres-4c528668cc5d77c0859bdc237cef2e7c40b9b9d8.tar.zst
ceres-4c528668cc5d77c0859bdc237cef2e7c40b9b9d8.zip
Fix build instructions
The missing submodule init / update caused build issues because the external simple.css file could not be included.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c4a12d7..270e649 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ On Linux Ceres can be build like this:
```
git clone https://cgit.xengineering.eu/ceres
cd ceres
+git submodule update --init
make
```