Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
No-Github committed Feb 8, 2022
1 parent 80306b8 commit 7d6af97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ bash f8x -h

Recommended to add to environment variables
- wget : `wget -O f8x https://f8x.io/ && mv --force f8x /usr/local/bin/f8x && chmod +x /usr/local/bin/f8x`
- `f8x -help`
- `f8x -h`
- curl : `curl -o f8x https://f8x.io/ && mv --force f8x /usr/local/bin/f8x && chmod +x /usr/local/bin/f8x`
- `f8x -help`
- `f8x -h`

**System Dependency**

Expand Down
4 changes: 2 additions & 2 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ bash f8x -h

如果你希望方便点使用可以直接加到环境变量中
- wget : `wget -O f8x https://f8x.io/ && mv --force f8x /usr/local/bin/f8x && chmod +x /usr/local/bin/f8x`
- `f8x -help`
- `f8x -h`
- curl : `curl -o f8x https://f8x.io/ && mv --force f8x /usr/local/bin/f8x && chmod +x /usr/local/bin/f8x`
- `f8x -help`
- `f8x -h`

**系统依赖**

Expand Down

0 comments on commit 7d6af97

Please sign in to comment.