You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@ Create live, interactive wallpapers with HTML/CSS/JS for Windows 10 & 11
15
15
16
16
<imgsrc="docs/img/app.png"width="599px" />
17
17
18
+
## Quickstart
19
+
Download the latest installer for Windows 10 & 11: [**OctosSetup.exe**](https://github.com/underpig1/octos/releases/latest/download/OctosSetup.exe)
20
+
21
+
Or download from the Microsoft Store: [**Microsoft Store Page**]()
22
+
18
23
## Features
19
24
|||
20
25
|-|-|
@@ -36,7 +41,7 @@ Easily personalize your desktop with this interactive interface. -->
36
41
Elevate your wallpaper with the Octos API. Access music visualization data, synchronize across monitors and displays, add media controls, and so much more right on your desktop in JavaScript via the Octos API.
Copy file name to clipboardExpand all lines: docs/guides/mod.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ MyAwesomeMod/
9
9
├── index.html
10
10
├── octos.json
11
11
```
12
-
In this folder, you can include assets, JS libraries, CSS files, icons, scripts, and basically anything else that your mod needs to run.
12
+
In this folder, you can include assets, JS libraries, CSS files, icons, scripts, and basically anything else that your mod needs to run. When you're done, you can simply zip the whole mod folder and install it from the app.
13
13
14
14
The `octos.json` file is completely optional but it allows you to specify a lot of details for when you want to distribute your mod. These include fields like name, author, main page, user options, preview images, and a lot more. Your mod will work just fine without it, but it's good practice to add.
15
15
@@ -107,6 +107,6 @@ Octos mods are distributed as .zip archive files. To distribute your mod, simply
107
107
108
108
- See some [example mods](https://github.com/underpig1/octos-community/tree/master) for inspiration
109
109
110
-
- Learn more about the [Octos CLI](cli.md) for testing and debuugging
110
+
- Learn more about the [Octos CLI](cli.md) for testing and debugging
111
111
112
112
- Learn how to [publish your mod](publish.md) to the Octos community
0 commit comments