Skip to content

Commit 421abbb

Browse files
committed
fix: turkish snippet syntax and command for devbox.
1 parent f4486fd commit 421abbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Devbox'u indirin ve kurun
22
curl -fsSL https://get.jetify.com/devbox | bash
33

4-
Projenizde Devbox'ı başlatmak için
4+
# Projenizde Devbox'ı başlatmak için
55
devbox init
66

7-
Node.js'i indirin ve kurun:
7+
# Node.js'i indirin ve kurun:
88
devbox add nodejs@${props.release.major}
99

10-
Bir Devbox shell açın
11-
debox shell
10+
# Bir Devbox shell açın
11+
devbox shell

0 commit comments

Comments
 (0)