Add account page and update repo URL

This commit is contained in:
Aiden Smith
2026-02-26 12:10:58 -05:00
parent 03a6df0848
commit aeae5fcc64
2 changed files with 91 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ export default function SelfHostingPage() {
<div className="space-y-6">
<Step n={1} title="Clone the repository">
<CodeBlock code="git clone https://github.com/yourusername/vectordns-server.git && cd vectordns-server" />
<CodeBlock code="git clone https://github.com/DevVoxel/vectordns-server.git && cd vectordns-server" />
</Step>
<Step n={2} title="Create your .env file">