summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-11-26 13:19:00 +0800
committerGravatar Nikias Bassen2023-11-27 04:12:03 +0800
commitc46afc87ad605936ebcb6c03d3f309f818fd6f09 (patch)
tree308294d07267e5d6a3b5006773c23328704e1fa1 /README.md
parentf21f2e3142f494ce0c1f2c491f6209cd918144f6 (diff)
downloadlibplist-c46afc87ad605936ebcb6c03d3f309f818fd6f09.tar.gz
libplist-c46afc87ad605936ebcb6c03d3f309f818fd6f09.tar.bz2
Updated README with updated Linux installation steps
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0f0d794..6fa3713 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ If you want to optionally build the documentation or Python bindings use:
38```shell 38```shell
39sudo apt-get install \ 39sudo apt-get install \
40 doxygen \ 40 doxygen \
41 cython 41 cython3
42``` 42```
43 43
44Then clone the actual project repository: 44Then clone the actual project repository:
@@ -119,4 +119,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
119This project is an independent software library and has not been authorized, 119This project is an independent software library and has not been authorized,
120sponsored, or otherwise approved by Apple Inc. 120sponsored, or otherwise approved by Apple Inc.
121 121
122README Updated on: 2023-01-08 122README Updated on: 2023-11-26