We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9936459 commit 8e75db4Copy full SHA for 8e75db4
1 file changed
README.md
@@ -14,6 +14,15 @@
14
15
`codeedit` is a set of command line tools that ship with CodeEdit which allow users to open and interact with editor via the command line.
16
17
+## Installation
18
+
19
+### Build locally
20
21
+```sh
22
+swift build -c release --arch arm64 --arch x86_64
23
+sudo cp -f .build/apple/Products/Release/codeedit-cli /usr/local/bin/codeedit-cli
24
+```
25
26
## Documentation
27
28
### `open`
0 commit comments