docs: install from the v1.0.0 release tarball on git.dreamodus.software

This commit is contained in:
Dreamodus 2026-07-13 02:00:31 -07:00
parent 54d006b137
commit b3eaa604c2
5 changed files with 28 additions and 9 deletions

View file

@ -178,9 +178,14 @@ body {
padding: 10px 16px;
border-radius: 10px;
font-family: var(--font-mono);
font-size: 14px;
font-size: 13px;
color: var(--accent-2);
position: relative;
max-width: calc(100% - 32px);
}
.hero .install span {
word-break: break-all;
text-align: left;
}
.hero .install button {
background: none;