> For the complete documentation index, see [llms.txt](https://docs.directorylister.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.directorylister.com/upgrade-guide.md).

# Upgrade Guide

Upgrading an existing Directory Lister installation is quick and painless.

1. Download the latest version of Directory Lister from <https://www.directorylister.com>
2. Extract the zip/tar archive
3. Copy the extracted files/folders to your existing installation location
   1. If prompted, overwriting all files
4. Clear the application cache by deleting all files in the `app/cache` directory

   ```
    rm --recursive --force app/cache/*
   ```
