From ee228616c716d06c656bbb77b5646a787d364fef Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:06:52 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 479da84..30e0fa2 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,13 @@ ### How to set it up? - You need PHP and Apache installed ```bash +apt install php apache2 +``` +- Clone the repository +```bash git clone https://github.com/hxcde/anonmail.git ``` +Move the files to webroot ```bash mv anonmail/* /var/www/html/ ```