From 05ba73c6a010751d35cf05414fcce76ceb7d5fa7 Mon Sep 17 00:00:00 2001 From: oupala Date: Tue, 7 May 2019 18:19:36 +0200 Subject: [PATCH] fix: rename htaccess.txt in theme directory Rename htaccess.txt to .htaccess in theme directory as it remove a useless step in installation. --- README.md | 2 +- apaxy/theme/{htaccess.txt => .htaccess} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename apaxy/theme/{htaccess.txt => .htaccess} (100%) diff --git a/README.md b/README.md index ff7df3c..68afcb4 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Should be changed to... ``` -* Once done, rename `htaccess.txt` to `.htaccess` in both the `/share` and `/share/theme` folders. +* Once done, rename `htaccess.txt` to `.htaccess` in the `/share` directory. * [Treat yo'self](http://25.media.tumblr.com/tumblr_lw7q28y0Mz1qanm80o1_500.gif), you're done. ## Docker images diff --git a/apaxy/theme/htaccess.txt b/apaxy/theme/.htaccess similarity index 100% rename from apaxy/theme/htaccess.txt rename to apaxy/theme/.htaccess