Skip to content

Commit ad986dd

Browse files
pendashtehakosyakov
authored andcommitted
Removes the leading whitespace in bach commands
Commands with leading whitespace will not register in history.
1 parent 234c103 commit ad986dd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ At Gitpod, we've been asked a lot about how we do it. So we thought we might as
2323
### Docker
2424

2525
- Start the server:
26-
```bash
27-
docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" gitpod/openvscode-server
28-
```
26+
```bash
27+
docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" gitpod/openvscode-server
28+
```
2929
- Visit [localhost:3000](http://localhost:3000).
3030

3131
_Note_: Feel free to use the `nightly` tag to test the latest version, i.e. `gitpod/openvscode-server:nightly`.
@@ -47,11 +47,11 @@ _Note_: Feel free to use the `nightly` tag to test the latest version, i.e. `git
4747

4848
- [Download the latest release](https://github.com/gitpod-io/openvscode-server/releases/latest)
4949
- Untar and run the server:
50-
```bash
51-
tar -xzf openvscode-server-v${OPENVSCODE_SERVER_VERSION}.tar.gz
52-
cd openvscode-server-v${OPENVSCODE_SERVER_VERSION}
53-
./server.sh
54-
```
50+
```bash
51+
tar -xzf openvscode-server-v${OPENVSCODE_SERVER_VERSION}.tar.gz
52+
cd openvscode-server-v${OPENVSCODE_SERVER_VERSION}
53+
./server.sh
54+
```
5555
- Visit [localhost:3000](http://localhost:3000).
5656

5757
_Note_: You can use [pre-releases](https://github.com/gitpod-io/openvscode-server/releases) to test nightly changes.

0 commit comments

Comments
 (0)