You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,8 @@ let package = Package(
123
123
124
124
Also the cli tool will be needed to be installed.
125
125
```
126
-
brew install TODO FIX THIS ONCE IT IS ACTUALLY IN BREW
126
+
brew tap wickwirew/wickwirew
127
+
brew install otter
127
128
```
128
129
129
130
Once the project has been added it is time to setup the queries and migrations folders. In the root of the project where you want everything to live, in terminal run the following command
0 commit comments