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
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,9 +142,28 @@ past - `cider-nrepl` was split into two libraries, so that non-nREPL
142
142
clients can make of use of the general functionality contained in
143
143
`cider-nrepl` (e.g. things like `apropos`, `inspect`, etc).
144
144
145
+
### Development
146
+
147
+
You can install Orchard locally like this:
148
+
149
+
```
150
+
PROJECT_VERSION=0.9.2 make install
151
+
```
152
+
153
+
...note that projects such as cider-nrepl or refactor-nrepl use copies of Orchard that are inlined with [mranderson](https://github.com/benedekfazekas/mranderson),
154
+
so a local Orchard install won't automatically update those.
0 commit comments