aboutsummaryrefslogtreecommitdiff
path: root/lib/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'lib/README.md')
-rw-r--r--lib/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/README.md b/lib/README.md
new file mode 100644
index 000000000..a7cbd97e6
--- /dev/null
+++ b/lib/README.md
@@ -0,0 +1,12 @@
+# Libraries
+
+## Updating libraries
+
+Some of the libraries in this folder can be updated semi-automatically by invoking:
+
+```sh
+cd ./FreshRSS/lib/
+composer update --no-autoloader
+```
+
+Remember to read the change-logs, proof-read the changes, preserve possible local patches, add irrelevant files to [`.gitignore`](.gitignore) (minimal installation), and test before committing.