Skip to content

Commit 283a648

Browse files
committed
fix explorer latest release URL
1 parent 931d681 commit 283a648

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/apps/explorer/src/components/ConnectInstructions.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import CopyCodeBlock from './CopyCodeBlock.tsx'
88
import classes from './ConnectInstructions.module.css'
99

1010
const DEBIAN_INSTALLATION = `# get deb.tar.gz
11-
curl -LO https://github.com/ceramicnetwork/rust-ceramic/releases/download/latest/ceramic-one_x86_64-unknown-linux-gnu.tar.gz
11+
curl -LO https://github.com/ceramicnetwork/rust-ceramic/releases/latest/download/ceramic-one_x86_64-unknown-linux-gnu.tar.gz
1212
# untar the Debian software package file
1313
tar zxvf ceramic-one_x86_64-unknown-linux-gnu.tar.gz
1414
# install with dpkg - package manager for Debian
@@ -63,7 +63,7 @@ export default function ServerConnectedContainer({ onClickRetry }: Props) {
6363

6464
<Tabs.Panel value="linux">
6565
<Text>
66-
For Debian-based distributions, install a the latest release using
66+
For Debian-based distributions, install the latest release using
6767
dpkg:
6868
</Text>
6969
<CopyCodeBlock code={DEBIAN_INSTALLATION} />

0 commit comments

Comments
 (0)