Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XY-Wang authored Aug 9, 2024
1 parent c46298f commit cddc08d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@ To install the Ocelloids Data Steward CLI, download the appropriate binary for y

3. **Download the Binary**: Click on the appropriate binary to start the download.

4. **Make the Binary Executable**: Once downloaded, ensure the binary is executable (only necessary on Unix-based systems). Use the following command:

```bash
chmod +x steward
```
4. **Extract the Binary**: Once downloaded, extract the `go-steward` binary.

5. **Move the Binary to a Directory in Your PATH**: Move the binary to a directory included in your system's PATH environment variable for easy access:
```bash
mv steward /usr/local/bin/
mv go-steward /usr/local/bin/steward
```
6. **Verify Installation**: Confirm the installation by running the following command:
```bash
Expand Down Expand Up @@ -75,4 +72,4 @@ steward fetch chains > chains.jsonl

---

Have fun!
Have fun!

0 comments on commit cddc08d

Please sign in to comment.