Skip to content

Commit 8ab5176

Browse files
committed
sed is not requirement now
1 parent 9e93759 commit 8ab5176

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/windows.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,12 @@ make
8080

8181
4. If you want to build from GIT source, following commands are required.
8282
* `git`
83-
* `sed`
8483
* `ruby` 3.0 or later
8584

8685
You can use [scoop](https://scoop.sh/) to install them like:
8786

8887
```batch
89-
scoop install git sed ruby
88+
scoop install git ruby
9089
```
9190
9291
5. You need to install required libraries using [vcpkg](https://vcpkg.io/) on

0 commit comments

Comments
 (0)