Skip to content

Commit 99e09ce

Browse files
committed
add hint to uninstallation
1 parent 810d677 commit 99e09ce

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

08-Website/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ div.row .right {
117117
}
118118

119119
a.button {
120-
margin-top: 40px;
120+
margin-top: 30px;
121+
margin-bottom: 30px;
121122
display: block;
122123
background: linear-gradient(45deg, rgba(180,53,203,1) 0%, rgba(75,157,226,1) 100%);
123124
color: #ffffff !important;

08-Website/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<img class="screenshot dropshadow" src="images/installer-start.png"/>
3636
</div>
3737
<div class="right box-gradient">
38-
<b>msg Local AI: Chat</b> ships as an installer for the <i>Windows</i>
38+
<b>msg Local AI: Chat</b> ships as a setup program for the <i>Windows</i>
3939
operation system which installs the <i>Faraday</i> LLM host application, the
4040
<i>Mistral 7B</i> LLMs and pre-configures <i>Faraday</i> for the provided AI characters.
4141

@@ -44,6 +44,13 @@
4444
<b>msg Local AI: Chat</b><br/>
4545
Setup (0.9.1)
4646
</a>
47+
48+
<p class="left-aligned"/>
49+
The <b>msg Local AI: Chat</b> setup program does not require any
50+
administrator privileges during installation. Everything is installed
51+
into <tt>%localappdata%</tt> and <tt>%appdata%</tt> only. A simple
52+
click on the desktop icon "Uninstall msg Local AI Chat" will
53+
also uninstall it at any time again.
4754
</div>
4855
</div>
4956
<div class="row">

0 commit comments

Comments
 (0)