mirror of
https://github.com/cdr/code-server.git
synced 2026-05-09 04:50:49 +02:00
inital -> initial (#135)
This commit is contained in:
parent
96175d36ea
commit
9f4212eace
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ See docker oneliner mentioned above. Dockerfile is at [/Dockerfile](/Dockerfile)
|
||||||
2. Start the binary with the project directory as the first argument
|
2. Start the binary with the project directory as the first argument
|
||||||
|
|
||||||
```
|
```
|
||||||
code-server <inital directory to open>
|
code-server <initial directory to open>
|
||||||
```
|
```
|
||||||
> You will be prompted to enter the password shown in the CLI
|
> You will be prompted to enter the password shown in the CLI
|
||||||
`code-server` should now be running at https://localhost:8443.
|
`code-server` should now be running at https://localhost:8443.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue