When will be a Windows release? #361
-
I'm really excited about Bun, but at the moment I only have a Windows 7 computer (that doesn't even support WSL)... CC: @Jarred-Sumner |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There will be a windows release for bun, but there is no time estimation. |
Beta Was this translation helpful? Give feedback.
-
For the moment, the only way to use This is all I had to do:
# example
$ gh repo clone <repo-name>
$ # Or
$ # git clone https://github.com/<username>/<repo-name>
|
Beta Was this translation helpful? Give feedback.
For the moment, the only way to use
bun
is to have WSL. However, the easiest way to do that is to have a development container, like VS Code - Remote Container.This is all I had to do: