diff --git a/README.md b/README.md new file mode 100644 index 0000000..a739aac --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +files-html - Cool indexer html for Apache/Nginx with Bootstrap +============================================================== + +### Installation: + + * **Download:** + + * Clone git repository: + + git clone https://git.q3aql.dev/q3aql/files-html + + * **Set language and generate index:** + + * Run `set-lang.sh` to configure index language: + + cd files-html + chmod +x set-lang.sh + ./set-lang.sh + + * Copy your files inside `files` folder and run `make-html-browser.sh` script: + + chmod +x make-html-browser.sh + ./make-html-browser.sh + + * Open `index.html` file and see your bootstrap index: + + + +### External links: + + * [Bootstrap](https://getbootstrap.com/) + * [Ubuntu font Homepage](https://design.ubuntu.com/font/) + * [HTML 5 Homepage](https://html.com/html5/) +