Skip to content

Commit

Permalink
chore(readme) fix name (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemingy committed May 11, 2022
1 parent 8068f91 commit 9795d2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ jupyter(password="", port=8888)
Then you can run `envd up` and open jupyter notebook at [`http://localhost:8888`](http://localhost:8888), or open vscode remote to attach to the container.

```
[+] ⌚ parse build.MIDI and download/cache dependencies 0.0s βœ… (finished)
[+] ⌚ parse build.envd and download/cache dependencies 0.0s βœ… (finished)
=> πŸ’½ (cached) download oh-my-zsh 0.0s
=> πŸ’½ (cached) download ms-vscode.cpptools-1.7.1 0.0s
=> πŸ’½ (cached) download github.copilot-1.12.5517 0.0s
=> πŸ’½ (cached) download dbaeumer.vscode-eslint-2.2.3 0.0s
[+] πŸ‹ build MIDI environment 1.3s (24/25)
[+] πŸ‹ build envd environment 1.3s (24/25)
=> πŸ’½ (cached) sh -c apt-get update && apt-get install -y --no-instal 0.0s
=> πŸ’½ (cached) apt-get install -y --no-install-recommends gcc 0.0s
=> πŸ’½ (cached) diff (sh -c apt-get update && apt-get install -y --no- 0.0s
=> πŸ’½ (cached) pip install jupyter 0.0s
=> πŸ’½ (cached) diff (sh -c apt-get update && apt-get install -y --no- 0.0s
=> πŸ’½ (cached) copy /usr/bin/midi-ssh /var/midi/bin/midi-ssh 0.0s
=> πŸ’½ (cached) copy /usr/bin/envd-ssh /var/envd/bin/envd-ssh 0.0s
...
# You are in the docker container for dev
MIDI >
envd >
```

## Features
Expand All @@ -96,7 +96,7 @@ vscode(plugins = [
])
```

MIDI configures Ubuntu APT source, PyPI mirror, and others in the development environment.
envd configures Ubuntu APT source, PyPI mirror, and others in the development environment.

## Contribute

Expand Down

0 comments on commit 9795d2b

Please sign in to comment.