Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
QZLin committed Aug 6, 2023
1 parent ae1627a commit 9de09c9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## **winsymlinks:nativestrict feature is required**

> msys2_shell.cmd
`set MSYS=winsymlinks:nativestrict`

## scoop shim

Create `scoop.sh` at /etc/profile.d

```bash
export PATH=$PATH:/c/users/user_name/scoop/shims
# or your scoop shims path
```

`scoop install pandoc`
`scoop install git` (optional, git in msys shold also work)

## depencies

`make`

0 comments on commit 9de09c9

Please sign in to comment.