From 71bcca0f571bbc379ab8b65a132c612eb7dc288c Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 23 Jul 2023 17:49:27 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaa09d7..6dcffd9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a very simple static HTML page designed to serve as an alternative to ov ## 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.