浏览代码

Added section on desktop app

Andrew Kane 8 年之前
父节点
当前提交
ab9fe2d0ff
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -436,6 +436,15 @@ Blazer supports a basic permissions model.
 2. Queries whose name starts with `#` are only listed to the creator
 3. Queries whose name starts with `*` can only be edited by the creator
 
+## Desktop App
+
+Turn Blazer into a desktop app with [Nativefier](https://github.com/jiahaog/nativefier).
+
+```sh
+npm install nativefier -g
+nativefier --name "Blazer" "https://yoursite.com/blazer"
+```
+
 ## Learn SQL
 
 Have team members who want to learn SQL? Here are a few great, free resources.