Skip to content

Commit 9795d2b

Browse files
authored
chore(readme) fix name (#136)
1 parent 8068f91 commit 9795d2b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,21 @@ jupyter(password="", port=8888)
5555
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.
5656

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

7575
## Features
@@ -96,7 +96,7 @@ vscode(plugins = [
9696
])
9797
```
9898

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

101101
## Contribute
102102

0 commit comments

Comments
Β (0)