Skip to content

Commit

Permalink
Update verifier-onboarding.mdx (#1264)
Browse files Browse the repository at this point in the history
Co-authored-by: Idris Olubisi <heedris2olubisi@gmail.com>
Co-authored-by: ben-weinberg <weinbergben33@gmail.com>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent 6298fa8 commit 88fd67b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/content/docs/validator/amplifier/verifier-onboarding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ tofnd -m create
mv ~/.tofnd/export ~/.tofnd/export-new-location
```

Create an alias or symlink to the `tofnd` binary in your `.bashrc`. Be sure to specify the correct file name which may be a different architecture or later version than v1.0.1.

```bash
echo "alias tofnd=~/Downloads/tofnd-linux-amd64-v1.0.1" >> ~/.bashrc
source ~/.bashrc
```

Now run tofnd.

```bash
Expand Down Expand Up @@ -158,11 +165,9 @@ This will allow you to begin commands with `ampd`. If you set up `ampd` through
1. Add an alias to `ampd` at the end of the `.bashrc` file on your machine:

```bash
echo "ampd=~/Downloads/ampd-darwin-arm64-v1.2.0" >> ~/.bashrc
echo "alias ampd=~/Downloads/ampd-darwin-arm64-v1.2.0" >> ~/.bashrc
```

1. Save and close the file.

1. Reload the file to apply all changes:

```bash
Expand Down

0 comments on commit 88fd67b

Please sign in to comment.