mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-04 23:10:45 +01:00
Update download page
This commit is contained in:
parent
899f9cae6c
commit
2193e70104
@ -104,8 +104,6 @@ Amnezichat offers a highly secure and privacy-focused messaging experience by en
|
||||
|
||||
Distributed under the GPLv3 License. See `LICENSE` for more information.
|
||||
|
||||
## [Join us](https://matrix.to/#/#amnezichat_official:matrix.org) on Matrix!
|
||||
|
||||
## Donate to support development of this project!
|
||||
|
||||
**Monero(XMR):** 88a68f2oEPdiHiPTmCc3ap5CmXsPc33kXJoWVCZMPTgWFoAhhuicJLufdF1zcbaXhrL3sXaXcyjaTaTtcG1CskB4Jc9yyLV
|
||||
|
@ -104,8 +104,6 @@ Amnezichat, hiçbir kayıt tutulmamasını ve tüm mesaj verilerinin yalnızca s
|
||||
|
||||
GPLv3 Lisansı altında dağıtılmaktadır. Daha fazla bilgi için `LICENSE` dosyasına bakın.
|
||||
|
||||
## Matrix üzerinden [bize katılın!](https://matrix.to/#/#amnezichat_official:matrix.org)
|
||||
|
||||
## Bu projenin geliştirilmesini desteklemek için bağış yapın!
|
||||
|
||||
**Monero(XMR):** 88a68f2oEPdiHiPTmCc3ap5CmXsPc33kXJoWVCZMPTgWFoAhhuicJLufdF1zcbaXhrL3sXaXcyjaTaTtcG1CskB4Jc9yyLV
|
||||
|
@ -45,13 +45,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Modal -->
|
||||
<div id="download" class="modal">
|
||||
<div class="modal-content">
|
||||
<a href="#" class="close-button">×</a>
|
||||
<h2>Installation Instructions</h2>
|
||||
|
||||
<!-- Build it yourself -->
|
||||
<h3>Build it Yourself</h3>
|
||||
<pre>
|
||||
sudo apt update
|
||||
@ -64,10 +62,9 @@ cargo build --release
|
||||
cargo run --release
|
||||
</pre>
|
||||
|
||||
<!-- Download AppImage -->
|
||||
<h3>Or Download Prebuilt AppImage (Linux)</h3>
|
||||
<p>If you prefer a ready-to-use version, download the AppImage below:</p>
|
||||
<h3>Or:</h3>
|
||||
<a href="/static/Amnezichat-x86_64.AppImage" class="download-button" download>Download AppImage</a>
|
||||
<a href="/static/Amnezichat-x86_64.deb" class="download-button" download>Download .deb Package</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -133,3 +133,7 @@ details p, details ul {
|
||||
.close-button:hover {
|
||||
color: #c0392b;
|
||||
}
|
||||
|
||||
.modal-content a.download-button {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user