Skip to content

Commit 9edbb12

Browse files
committed
Update
1 parent 91c1275 commit 9edbb12

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

docs/contributing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ npm run dev
2626
npm run dev:backend
2727
```
2828

29-
a
3029
This will start the backend and the frontend Vite server. You can access Termix by going to `http://localhost:5174/`.
3130

3231
## Contributing
@@ -48,7 +47,7 @@ This will start the backend and the frontend Vite server. You can access Termix
4847
```
4948
6. **Open a pull request**: Go to the original repository and create a PR with a clear description.
5049

51-
## 📝 Guidelines
50+
## Guidelines
5251

5352
- Follow the existing code style. Use Tailwind CSS with shadcn components.
5453
- Use the below color scheme with the respective CSS variable placed in the `className` of a div/component.

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ docker-compose up -d
152152

153153
## Pre-built Binaries
154154

155-
You can download a Windows installer/portable and a Linux portable within the latest release at <https://github.com/LukeGus/Termix/releases>. However, this is under development.
155+
You can download a Windows installer/portable and a Linux portable within the latest release at [GitHub releases](https://github.com/LukeGus/Termix/releases). However, this is under development.
156156

157157
## Usage
158158

termix-alerts.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
22
{
3-
"id": "termix-poll-1",
4-
"title": "Termix Poll #1",
5-
"message": "Thank you to everyone who has joined Termix over the past few weeks—we’ve nearly doubled our GitHub stars, and to make future releases more professional and prioritized, please use the Join Discord button below and visit the #announcements channel to participate in polls that will determine which features are added next.",
6-
"expiresAt": "2025-08-31T00:00:00Z",
3+
"id": "desktop-app-1",
4+
"title": "Windows/Linux Desktop App Beta Now Available",
5+
"message": "We’re excited to announce the beta release of the Termix desktop app for Windows and Linux! This version provides the same features as the web-version Termix and connects directly to your existing Termix Docker container.\n\nYou can choose between:\n- Automatic setup – for a quick installation\n- Portable version – no installation required\n\n Note: This is still under development. Future updates will allow running Termix without a Docker container.\n\nNext up: we’re working on a mobile app and adding many new features to make Termix even more powerful.",
6+
"expiresAt": "2025-09-19T00:00:00Z",
77
"priority": "medium",
88
"type": "info",
9-
"actionUrl": "https://discord.com/invite/jVQGdvHDrf",
10-
"actionText": "Join Discord"
9+
"actionUrl": "https://github.com/LukeGus/Termix/releases",
10+
"actionText": "Download"
1111
}
1212
]

0 commit comments

Comments
 (0)