Skip to content

Commit 8e75db4

Browse files
committed
update readme
1 parent 9936459 commit 8e75db4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414

1515
`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.
1616

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+
1726
## Documentation
1827

1928
### `open`

0 commit comments

Comments
 (0)