Skip to content

Commit

Permalink
docs: lint readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqian committed Jan 6, 2024
1 parent 57eaea8 commit 743b08a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
### 系统环境要求

1. PowerShell 5以上, 查看命令:

``` powershell
$PSVersionTable
```
2. .NET Framework 4.5或更高版本, 查看命令:
``` powershell
(Get-ItemProperty "HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full").Release -ge 378389
```
Expand All @@ -33,10 +36,13 @@ iwr -useb get.scoop.sh | iex
## scoop-txt

scoop-txt源主要包含国内热门的应用程序,添加scoop-txt源到scoop:

``` powershell
scoop bucket add txt https://github.com/TianXiaTech/scoop-txt.git
```

安装应用:

``` powershell
scoop install weixin
# or
Expand Down

0 comments on commit 743b08a

Please sign in to comment.