mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-05 08:00:49 +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.
|
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!
|
## Donate to support development of this project!
|
||||||
|
|
||||||
**Monero(XMR):** 88a68f2oEPdiHiPTmCc3ap5CmXsPc33kXJoWVCZMPTgWFoAhhuicJLufdF1zcbaXhrL3sXaXcyjaTaTtcG1CskB4Jc9yyLV
|
**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.
|
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!
|
## Bu projenin geliştirilmesini desteklemek için bağış yapın!
|
||||||
|
|
||||||
**Monero(XMR):** 88a68f2oEPdiHiPTmCc3ap5CmXsPc33kXJoWVCZMPTgWFoAhhuicJLufdF1zcbaXhrL3sXaXcyjaTaTtcG1CskB4Jc9yyLV
|
**Monero(XMR):** 88a68f2oEPdiHiPTmCc3ap5CmXsPc33kXJoWVCZMPTgWFoAhhuicJLufdF1zcbaXhrL3sXaXcyjaTaTtcG1CskB4Jc9yyLV
|
||||||
|
@ -45,13 +45,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Modal -->
|
|
||||||
<div id="download" class="modal">
|
<div id="download" class="modal">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<a href="#" class="close-button">×</a>
|
<a href="#" class="close-button">×</a>
|
||||||
<h2>Installation Instructions</h2>
|
<h2>Installation Instructions</h2>
|
||||||
|
|
||||||
<!-- Build it yourself -->
|
|
||||||
<h3>Build it Yourself</h3>
|
<h3>Build it Yourself</h3>
|
||||||
<pre>
|
<pre>
|
||||||
sudo apt update
|
sudo apt update
|
||||||
@ -64,10 +62,9 @@ cargo build --release
|
|||||||
cargo run --release
|
cargo run --release
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<!-- Download AppImage -->
|
<h3>Or:</h3>
|
||||||
<h3>Or Download Prebuilt AppImage (Linux)</h3>
|
|
||||||
<p>If you prefer a ready-to-use version, download the AppImage below:</p>
|
|
||||||
<a href="/static/Amnezichat-x86_64.AppImage" class="download-button" download>Download AppImage</a>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -133,3 +133,7 @@ details p, details ul {
|
|||||||
.close-button:hover {
|
.close-button:hover {
|
||||||
color: #c0392b;
|
color: #c0392b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-content a.download-button {
|
||||||
|
margin-left: 15px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user