Skip to content

Commit 049581e

Browse files
committed
update Readme
1 parent 86a4354 commit 049581e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Download the universal binary from the latest release, extract the zip and move
2424

2525
```sh
2626
swift 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

5050
From an optional line
5151

5252
```sh
53-
codeedit-cli index.html:50
53+
codeedit index.html:50
5454
```
5555

5656
From 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

6464
Outputs 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

7272
Opens a new window.
7373

7474
```sh
75-
codeedit-cli new-window
75+
codeedit new-window
7676
```
7777

7878
### `--goto` (not available yet)

0 commit comments

Comments
 (0)