Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 committed Jun 3, 2024
1 parent 6bf7550 commit 60761ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ repos:
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-merge-conflict
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ curl -fsSL https://raw.githubusercontent.com/apptools-lab/AppToolkit/feat/cli/sh

#### Parameters

`--install`
`--install`
Install the recommended toolkits (for web development)

`--manifest`

Install your toolkits by specifying the manifest file path. For example:

```shell
curl -fsSL https://raw.githubusercontent.com/apptools-lab/AppToolkit/feat/cli/shell/install.sh | bash -s -- --manifest https://the-remote-server/your-toolkits-manifest-path
curl -fsSL https://raw.githubusercontent.com/apptools-lab/AppToolkit/feat/cli/shell/install.sh | bash -s -- --install --manifest https://the-remote-server/your-toolkits-manifest-path
```

```shell
Expand Down
3 changes: 2 additions & 1 deletion toolkits.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@
]
}
]
}
}

3 changes: 2 additions & 1 deletion toolkits.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@
}
}
}
}
}

0 comments on commit 60761ef

Please sign in to comment.