We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4486fd commit 421abbbCopy full SHA for 421abbb
apps/site/snippets/tr/download/devbox.bash
@@ -1,11 +1,11 @@
1
# Devbox'u indirin ve kurun
2
curl -fsSL https://get.jetify.com/devbox | bash
3
4
-Projenizde Devbox'ı başlatmak için
+# Projenizde Devbox'ı başlatmak için
5
devbox init
6
7
-Node.js'i indirin ve kurun:
+# Node.js'i indirin ve kurun:
8
devbox add nodejs@${props.release.major}
9
10
-Bir Devbox shell açın
11
-debox shell
+# Bir Devbox shell açın
+devbox shell
0 commit comments