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
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,24 +81,8 @@ There are a few ways to use the Warframe Task Checklist:
81
81
82
82
3.**Download and Run Source Locally (for `file:///` execution):**
83
83
* Go to the [Releases page](https://github.com/warframe-tools/Task-Checklist/releases) of this repository.
84
-
* Download the `Task-Checklist-[VERSION].zip` (or `.tar.gz`) from the latest release.
85
-
* Unzip the archive. The structure will be:
86
-
```
87
-
your_folder/
88
-
├── index.html
89
-
├── css/
90
-
│ └── style.css
91
-
│ └── critical.css (This is for reference, its content is injected into index.html in the archive)
92
-
├── js/
93
-
│ └── app.js
94
-
├── fonts/
95
-
│ └── inter-v18-latin-regular.woff2
96
-
│ └── ... (other font files)
97
-
└── img/
98
-
└── garuda-fortuna.webp
99
-
└── ... (other image files)
100
-
```
101
-
* Open the `index.html` file from the unzipped folder directly in your web browser. This version has been specifically prepared by the GitHub Action to work well when opened via `file:///`.
84
+
* Download the `Task-Checklist-[VERSION].html`
85
+
* Open the `Task-Checklist-[VERSION].html` file in your favorite browser! This version has been specifically prepared by the GitHub Action to work well when opened via `file:///`.
102
86
103
87
4.**Develop or Run Source with a Local Server (Recommended for Developers):**
104
88
* Clone the repository: `git clone https://github.com/warframe-tools/Task-Checklist.git`
@@ -151,6 +135,7 @@ If you find this tool useful, consider supporting its development!
0 commit comments