|
1 | 1 | <!-- START Header.mustache --> |
| 2 | +<br /> |
| 3 | +<div align="center"> |
| 4 | + <a href="https://github.com/Jax-Core/ModularClocks"> |
| 5 | + <img src="https://raw.githubusercontent.com/Jax-Core/ReadME-Template/main/Resources/Icons/ModularClocks.png" alt="Logo" width="180" height="180"> |
| 6 | + </a> |
| 7 | + |
| 8 | +<h3 align="center">ModularClocks</h3> |
| 9 | + <p align="center"> |
| 10 | + Gallery of animated & modern clock widgets |
| 11 | + <br /> |
| 12 | + <a href="https://discord.gg/JmgehPSDD6">Help, Report Bugs & Request Features »</a> |
| 13 | + </p> |
| 14 | +</div> |
2 | 15 | <!-- END Header.mustache --> |
3 | 16 | <!-- START ShieldsBasic.mustache --> |
4 | | -<!-- END ShieldsBasic.mustache --> |
| 17 | +<p align="center"> |
| 18 | + <img alt="Latest by date" src="https://img.shields.io/github/v/tag/Jax-Core/ModularClocks?label=Version&style=for-the-badge" /> |
| 19 | + <img alt="Discord" src="https://img.shields.io/discord/880445067754610688?label=Discord%20server&style=for-the-badge" /> |
| 20 | + <img alt="Github" src="https://img.shields.io/github/license/Jax-Core/ModularClocks?style=for-the-badge" /> |
| 21 | +</p><!-- END ShieldsBasic.mustache --> |
5 | 22 |
|
6 | 23 | <!-- START About.mustache --> |
| 24 | + |
| 25 | +## About |
| 26 | + |
| 27 | + |
7 | 28 | <!-- END About.mustache --> |
8 | 29 | **ModularClocks** is a gallery of hand-crafted clocks & weather widgets. |
9 | 30 |
|
10 | 31 | <!-- START Features.mustache --> |
11 | | -<!-- END Features.mustache --> |
| 32 | + |
| 33 | +## Features<!-- END Features.mustache --> |
12 | 34 | * 5 Clock Presets |
13 | 35 | * Animated Styles |
14 | 36 | * Resizable Styles |
15 | 37 | * Fully scalable |
16 | 38 |
|
17 | 39 | <!-- START GetStarted.mustache --> |
18 | | -<!-- END GetStarted.mustache --> |
| 40 | + |
| 41 | +## Getting Started |
| 42 | + |
| 43 | +### Prerequisites |
| 44 | +- **Windows 10** or above |
| 45 | +> For older systems, **Powershell v5.1 or newer** is required. Upgrade powershell **[here](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/install/installing-windows-powershell?view=powershell-7.2#upgrading-existing-windows-powershell)**! |
| 46 | +
|
| 47 | +### Installation |
| 48 | +Run the following command in Powershell to download the latest version of JaxCore. |
| 49 | + |
| 50 | +(To launch Powershell as an Admin: `Win + R` -> `powershell` -> Press `CTRL + SHIFT + ENTER` on your keyboard. Powershell can also be launched via Windows Search.) |
| 51 | + |
| 52 | +``` |
| 53 | +Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/Jax-Core/JaxCore/master/CoreInstaller.ps1" | Invoke-Expression |
| 54 | +``` |
| 55 | + |
| 56 | +> Alternatively you can download it from the [website](https://jax-core.github.io/) |
| 57 | +
|
| 58 | +After you've proceeded through the welcome screen, select `ModularClocks` (might have to scroll down) and click `Install`. It will appear in the library page after that. |
| 59 | +<br /> |
| 60 | +<br /><!-- END GetStarted.mustache --> |
19 | 61 | <!-- START Setup.mustache --> |
20 | | -<!-- END Setup.mustache --> |
| 62 | + |
| 63 | +### Configuration |
| 64 | +Use the JaxCore menu to configure ModularClocks. |
| 65 | +For more information, visit [JaxCore's documentation](https://jaxcore.gitbook.io/core/) |
| 66 | +<br> |
| 67 | +<br><!-- END Setup.mustache --> |
21 | 68 | <!-- START Footer.mustache --> |
22 | | -<!-- END Footer.mustache --> |
| 69 | + |
| 70 | +## Need assistance? |
| 71 | +* Join the [CoreCommunity Discord Server](https://discord.gg/JmgehPSDD6) for help |
| 72 | +* or [Create an issue](https://github.com/Jax-Core/ModularClocks) |
| 73 | + |
| 74 | +## Say Hi! |
| 75 | +* Follow me on 👨💻 [Github](https://github.com/EnhancedJax) and stay updated on new things that I make |
| 76 | +* You can also watch me on 🐦 [DeviantArt](https://www.deviantart.com/jaxoriginals) instead |
| 77 | +* Message me on 🗨️ [Discord](https://discord.gg/JmgehPSDD6) |
| 78 | + |
| 79 | +--- |
| 80 | + |
| 81 | +<p align="center"> |
| 82 | +<i>Made with ❤️ by Jax</i> |
| 83 | + <br/><br/> |
| 84 | + <img src="https://raw.githubusercontent.com/Jax-Core/ReadME-Template/main/Resources/Assets/Logo.png" width="32" height="32"/> |
| 85 | +</p><!-- END Footer.mustache --> |
0 commit comments