diff options
author | xengineering <me@xengineering.eu> | 2024-05-04 18:52:45 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-05-04 18:52:45 +0200 |
commit | 4c528668cc5d77c0859bdc237cef2e7c40b9b9d8 (patch) | |
tree | b6b37d74de5c0cd4dfed164ee7c0e296b21241eb | |
parent | 1d6a23f6307ea1a1225ca8b2f2b91f78d1323416 (diff) | |
download | ceres-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.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ``` |