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
+28-9Lines changed: 28 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,38 @@ Or start a session in the web UI and manage it from any browser. Use Tailscale t
30
30
31
31
## ⚡ Quick Start (Download Web and Run)
32
32
33
-
If you are using GitHub workflow artifacts (and not GitHub Releases), use this path:
33
+
Download:
34
+
- Preferred (when a tagged release exists): [Download latest release](https://github.com/Intelligence-Factory-LLC/Buffaly.CodexEmbedded/releases/latest)
35
+
- If GitHub shows no releases: open [Actions release workflow](https://github.com/Intelligence-Factory-LLC/Buffaly.CodexEmbedded/actions/workflows/release.yml), open the latest successful run, then download artifact `release-win-x64-<version>`.
34
36
35
-
1. Open **Actions** in this repo.
36
-
2. Open the latest successful `release` workflow run.
37
-
3. In **Artifacts**, download `release-win-x64-<version>`.
38
-
4. Extract the downloaded zip.
39
-
5. Open `apps\web` in the extracted folder.
40
-
6. Run `Buffaly.CodexEmbedded.Web.exe`.
41
-
7. Open the URL shown in the terminal after `Now listening on:`.
37
+
### 2. Install, then launch web by command (recommended)
0 commit comments