mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
17 lines
558 B
Markdown
17 lines
558 B
Markdown
# Installation
|
|
|
|
The latest release of sqliteviz is running on [sqliteviz.com/app][1].
|
|
|
|
Basically, you don't need to install sqliteviz. But if you want you can install
|
|
it and use it as a regular desktop application with the following steps:
|
|
|
|
1. Open sqliteviz with [Chrome browser][2]
|
|
2. At the top right of the address bar, click `Install`
|
|
3. Confirm installation
|
|
|
|
See more about PWA on [Google Chrome Help][3].
|
|
|
|
[1]: https://sqliteviz.com/app/
|
|
[2]: https://www.google.com/chrome
|
|
[3]: https://support.google.com/chrome/answer/9658361?hl=en&ref_topic=7439636
|