Skip to content

Commit

Permalink
Merge pull request #7 from OffchainLabs/update-install-readme
Browse files Browse the repository at this point in the history
public repo install instructions
  • Loading branch information
kasey authored Jan 14, 2025
2 parents 8e1fa29 + ed94401 commit 1b11604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ There are a few benefits to using separate files over other options (simple file
- The tool supports adding as many bullet points as you want to any section you want. But don't make up sections,
unknown sections will be treated as invalid in the github workflow check.

### Installing tool from private repo
### Installation

Currently this repo is private, so installing the tool for ez use requires a wonky set of steps:
This repo is designed so that `unclog` can be simply installed with `go install`:
```
$ pushd /tmp && git clone [email protected]:OffchainLabs/unclog.git && pushd unclog && go install . && popd && popd
$ go install OffchainLabs/unclog@latest
```

This will install the `unclog` binary on your gopath.
Expand Down

0 comments on commit 1b11604

Please sign in to comment.