File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Download the universal binary from the latest release, extract the zip and move
2424
2525``` sh
2626swift build -c release --arch arm64 --arch x86_64
27- sudo cp -f .build/apple/Products/Release/codeedit-cli /usr/local/bin/codeedit-cli
27+ sudo cp -f .build/apple/Products/Release/codeedit /usr/local/bin/codeedit
2828```
2929
3030> Note that you must have ` CodeEdit ` installed in a ` Release ` configuration. A ` Debug ` build of ` CodeEdit ` will not work.
@@ -38,41 +38,41 @@ Opens CodeEdit.
3838### Folder
3939
4040``` sh
41- codeedit-cli ./my-project
41+ codeedit ./my-project
4242```
4343
4444### File
4545
4646``` sh
47- codeedit-cli index.html
47+ codeedit index.html
4848```
4949
5050From an optional line
5151
5252``` sh
53- codeedit-cli index.html:50
53+ codeedit index.html:50
5454```
5555
5656From an optional line and column
5757
5858``` sh
59- codeedit-cli index.html:50:50
59+ codeedit index.html:50:50
6060```
6161
6262### ` version `
6363
6464Outputs the version of CodeEdit and CodeEdit CLI Tools.
6565
6666``` sh
67- codeedit-cli version
67+ codeedit version
6868```
6969
7070### ` new-window ` (not available yet)
7171
7272Opens a new window.
7373
7474``` sh
75- codeedit-cli new-window
75+ codeedit new-window
7676```
7777
7878### ` --goto ` (not available yet)
You can’t perform that action at this time.
0 commit comments