Commit 9bbe629aad691c9ad6a58a3f011ece0d94e08f21

M Hickford 2021-12-23T12:58:06

Update README.md Co-authored-by: Ran Benita <ran@unusedvar.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 567609b..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-build/
diff --git a/README.md b/README.md
index 6cb46ec..4425578 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,7 @@ libxkbcommon is built with [Meson](http://mesonbuild.com/):
 
     meson setup build
     ninja -C build
-    ninja -C build -t targets
-    ninja -C build test
+    ninja -C build test  # Run the tests.
 
 To build for use with Wayland, you can disable X11 support while still
 using the X11 keyboard configuration resource files thusly: