Update README.md for new repository.

The web front end git repository has been changed so I updated the URL for the repository to reflect that.
This commit is contained in:
20xd6 2020-07-27 17:20:23 -04:00
parent 56e7c875a6
commit 06289a5137

View File

@ -6,13 +6,13 @@ Includes the abality to set the timezone you want if the one your browser chooes
The time will appear not only on the main page but also in the page's title so you can leave the page and still keep an eye on the time.
#### Requierments
```
php - I'm running it on 5.6 so that or anything newer should work
php - I'm running it on a minimum of 5.6 so that or anything newer should work
a webserver - I use apache. It's nice.
A javascript interpriter - Basicaly a modernish webbrowser.
```
### Install
1. git clone into a directory accessable by your webserver.
`git clone https://efrick.ddns.net/scm/git/WebClock`
`git clone https://efrick.ddns.net/git/20xd6/WebClock.git`
2. Optional steps
1. Edit `clock.php` to point to your root CSS files. _It points to a css file called `styles.css` in the root directory. If this is not your root css file please edit it._
2. Add a symlink from `clock.php` to a file called `index.php`.