Skip to content

Commit

Permalink
Merge pull request #146 from noir-cr/dev
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
hahwul authored Nov 7, 2023
2 parents 2b33d79 + 70995e6 commit 7ee9600
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 @@ -53,7 +53,7 @@
## Installation
### Homebrew (macOS)
```bash
brew tap hahwul/noir
brew tap noir-cr/noir
brew install noir
```

Expand All @@ -63,7 +63,7 @@ brew install noir
# https://crystal-lang.org/install/

# Clone this repo
git clone https://github.com/hahwul/noir
git clone https://github.com/noir-cr/noir
cd noir

# Install Dependencies
Expand All @@ -78,7 +78,7 @@ cp ./bin/noir /usr/bin/

### Docker (GHCR)
```bash
docker pull ghcr.io/hahwul/noir:main
docker pull ghcr.io/noir-cr/noir:main
```

## Usage
Expand Down

0 comments on commit 7ee9600

Please sign in to comment.