-
Notifications
You must be signed in to change notification settings - Fork 0
/
page_bx86_manager.html
38 lines (35 loc) · 1.14 KB
/
page_bx86_manager.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<style>
body {
background-color: black;
}
h1 {
text-align: center;
color: blue;
}
p {
text-align: center;
color: white;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
li {
text-align: center;
color: white;
}
</style>
<a href="main.html"><img src="assets/back.png" alt="BACK" height=64 width=128></a>
<h1>Box86-Manager</h1>
<p>Box86-Manager is an easy-to-use CLI tool for managing Box86 and Box64. Install, update, run tests, and more!</p>
<p>These are the minimum requirements to run it:</p>
<li>CPU: <code>Any CPU supported by Box86</code></li>
<li>GPU: <code>Works even under software rendering</code></li>
<li>RAM: <code>For installing and updating, to use all your cores we recommend 4GB or more RAM</code></li>
<li>Storage: <code>250MB or more free space</code></li>
<hr/>
<p>Box86-Manager is open-source, and available on</p>
<a href="https://github.com/hadcl4/Box86-Manager" target="_blank"><img src="assets/github-badge.png" alt="Available on GitHub" width=180 height=57></a>
<!-- <p>as well as</p>
<a href="https://gamejolt.com" target="_blank"><img src="assets/jolt-badge.png" alt="Available on GameJolt"></a> -->