summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas@radix.lt>2020-12-09 22:04:21 +0200
committerPovilas Kanapickas <povilas@radix.lt>2020-12-14 15:35:35 +0200
commit9fea10e285396dcb8830599aa03687c8263a9417 (patch)
tree5834def944210322bcaba3768793fbd67c7298e1
parenta30426db2840348e1262761c2a22527b2f612a13 (diff)
README: Remove no longer needed git submodule initialization
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index da6e3b8..a77d693 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,6 @@ This is a test suite for X.Org tests.
== Building the code ==
```
-$ git submodule init
-$ git submodule update
$ meson builddir
$ ninja -C builddir
```