-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Unofficial nightly builds of Zed for Windows | ||
|
||
## Installation | ||
|
||
Install using [Scoop](https://scoop.sh/) | ||
|
||
``` | ||
scoop install extras/zed-nightly | ||
``` | ||
|
||
## Is it safe? | ||
|
||
This repository is just a [simple GitHub workflow](./.github/workflows/build.yml) that builds Zed from `main` and publishes a release every night at UTC+0000. (Additionally on push for testing). | ||
|
||
See the [Zed homepage](https://zed.dev/) or [official repository](https://github.com/zed-industries/zed) for more details. |