更新README: 增加bower安装的说明

This commit is contained in:
Zongmin Lei
2014-03-20 09:53:51 +08:00
parent c274486ec0
commit 9ce6bc5c6a
2 changed files with 13 additions and 0 deletions

View File

@@ -113,6 +113,12 @@ alert(html);
</script> </script>
``` ```
### Bower
```bash
$ bower install xss
```
## Custom filter rules ## Custom filter rules

View File

@@ -89,6 +89,13 @@ alert(html);
</script> </script>
``` ```
### Bower
```bash
$ bower install xss
```
### 使用命令行工具来对文件进行XSS处理 ### 使用命令行工具来对文件进行XSS处理
可通过内置的 `xss` 命令来对输入的文件进行XSS处理。使用方法 可通过内置的 `xss` 命令来对输入的文件进行XSS处理。使用方法