summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 3 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 813f87f4..ad7ad96c 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -13,7 +13,9 @@ each AUR upgrade by running `make install` in the "po/" directory.
ALTER TABLE Users DROP COLUMN NewPkgNotify;
----
-3. Merge "web/lib/config.inc.proto" with "web/lib/config.inc".
+3. Rename "web/lib/config.inc" to "web/lib/config.inc.php".
+
+4. Merge "web/lib/config.inc.php.proto" with "web/lib/config.inc.php".
From 1.8.1 to 1.8.2
-------------------