Skip to content

Commit 2d12eca

Browse files
committed
Synapxis download command updated
1 parent 28d1bdc commit 2d12eca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/docs/synapxis/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ git --version`}
174174

175175
<pre className="bg-slate-950 p-4 rounded-lg font-mono text-sm overflow-x-auto border border-slate-800 shadow-lg shadow-green-900/10 max-w-[85vw] md:max-w-none">
176176
<code className="text-green-300">
177-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/CodeFXR/Synapxis/refs/heads/Synapxis/install.sh)"
177+
curl -fsSL https://snx.codefxr.com/install | bash
178178
</code>
179179
</pre>
180180

app/get-started/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default function GetStarted() {
100100

101101
<div className="mb-2 text-sm text-slate-400">Run auto-installer:</div>
102102
<div className="bg-slate-950 rounded-lg p-4 border border-slate-800 font-mono text-xs text-white mb-8 overflow-x-auto whitespace-nowrap scrollbar-thin scrollbar-thumb-slate-700">
103-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/CodeFXR/Synapxis/refs/heads/Synapxis/install.sh)"
103+
curl -fsSL https://snx.codefxr.com/install | bash
104104
</div>
105105

106106
<div className="mt-auto">

0 commit comments

Comments
 (0)