vichan/docs/upgrading.md

21 lines
569 B
Markdown

Upgrading Tinyboard
===================
Upgrading Tinyboard is easy, whether it be to a new release or a development version.
Git
---
If you use git, follow these instructions.
* `cd` to the correct directory and run `git pull`.
* Navigate to [`install.php`](../install.php).
Non-Git
-------
* Download and extract the latest version of Tinyboard.
* Upload and replace all files in the archive to your server, **except** [`inc/instance-config.php`](../inc/instance-config.php).
* Navigate to [`install.php`](../install.php).
See also
--------
* [Using Git](git.md)