Update README.md

This commit is contained in:
Peter 2023-07-23 17:49:27 -04:00
parent 664bbf1902
commit 71bcca0f57

View file

@ -7,7 +7,7 @@ This is a very simple static HTML page designed to serve as an alternative to ov
## Installation ## Installation
Simply clone this repository in your home directory and rename it to something like `/.homepage/` and run start.html. Don't forget to substitute any instance of `/home/peter/` in `start.html` for your username instead; also, set your own time zone by modifying the line that says `date = new Date().toLocaleString("es-DO", {timeZone: "America/Santo_Domingo"})` for your own location. Simply clone this repository in your home directory and rename it to something like `/.homepage/` and run `start.html`. Don't forget to substitute any instance of `/home/peter/` in `start.html` for your username instead; also, set your own time zone by modifying the line that says `date = new Date().toLocaleString("es-DO", {timeZone: "America/Santo_Domingo"})` for your own location.
If you intend to use this in a local or remote server, consider renaming it to `/homepage/` and place it somewhere where your web server of choice can read it; keep in mind that I've only tested this with apache, so I can't really say how it will work for anything else. If you intend to use this in a local or remote server, consider renaming it to `/homepage/` and place it somewhere where your web server of choice can read it; keep in mind that I've only tested this with apache, so I can't really say how it will work for anything else.