We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 394e1c4 + b840e5a commit 70995e6Copy full SHA for 70995e6
README.md
@@ -53,7 +53,7 @@
53
## Installation
54
### Homebrew (macOS)
55
```bash
56
-brew tap hahwul/noir
+brew tap noir-cr/noir
57
brew install noir
58
```
59
@@ -63,7 +63,7 @@ brew install noir
63
# https://crystal-lang.org/install/
64
65
# Clone this repo
66
-git clone https://github.com/hahwul/noir
+git clone https://github.com/noir-cr/noir
67
cd noir
68
69
# Install Dependencies
@@ -78,7 +78,7 @@ cp ./bin/noir /usr/bin/
78
79
### Docker (GHCR)
80
81
-docker pull ghcr.io/hahwul/noir:main
+docker pull ghcr.io/noir-cr/noir:main
82
83
84
## Usage
0 commit comments