diff options
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | README.rst | 14 |
2 files changed, 14 insertions, 9 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 45ae3a41..00000000 --- a/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# libcamera: A complex camera support library for Linux, Android, and ChromeOS - -To build and install: -``` - meson build - cd build - ninja - ninja install -``` diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..9a8261ac --- /dev/null +++ b/README.rst @@ -0,0 +1,14 @@ +=========== + libcamera +=========== + +**A complex camera support library for Linux, Android, and ChromeOS** + +To build and install: + +:: + + meson build + cd build + ninja + ninja install |