Skip to content

Commit 51c71d6

Browse files
committed
add "win" job in bacon.toml
1 parent eec938b commit 51c71d6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bacon.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ command = [
1919
need_stdout = false
2020
watch = ["benches"]
2121

22+
[jobs.win]
23+
command = ["cross", "build", "--target", "x86_64-pc-windows-gnu", "--release", "--features", "clipboard"]
24+
2225
[jobs.light]
2326
command = ["cargo", "check", "--color", "always"]
2427
need_stdout = false

website/docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fetch("../download/version")
2525
Some users on Windows also report problems with the colon; remember that a space can be used instead of a colon.
2626
You should also use a modern terminal, for example the [new Microsoft one](https://github.com/microsoft/terminal)
2727

28-
# From precompiled binaries
28+
# Precompiled binaries
2929

3030
Binaries are made available at every release in [download](https://dystroy.org/broot/download).
3131

0 commit comments

Comments
 (0)