From 86d8e7e16e97a17d83e9d202d6a0cf9af14014a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8D=E1=B4=8F=E1=B4=8F=C9=B4D4=CA=80=E1=B4=8B?= Date: Thu, 25 Jun 2020 14:47:46 +0800 Subject: [PATCH] style: fix typo in readme --- README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 80bafcb..9905149 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,19 @@ ### 安装编译 -1. 直接下载编译好的[二进制文件](https://github.com/moonD4rk/HackBrowserData/releases) +你可以选择下载编译好的[二进制文件](https://github.com/moonD4rk/HackBrowserData/releases) -2. 手动编译 +也可以通过源码手动编译 - ``` - git clone https://github.com/moonD4rk/HackBrowserData - - cd HackBrowserData && go mod tidy - ``` +```bash +git clone https://github.com/moonD4rk/HackBrowserData + +cd HackBrowserData && go mod tidy +``` ### 运行 ```bash -​```bash ./hack-browser-data -h NAME: hack-browser-data - export passwords/cookies/history/bookmarks from browser @@ -56,8 +55,6 @@ GLOBAL OPTIONS: ### Todo List -based this two list - [Desktop Browser Market Share Worldwide](https://gs.statcounter.com/browser-market-share/desktop/worldwide) | Chrome | Safari | Firefox | Edge Legacy | IE | Other | @@ -70,9 +67,11 @@ based this two list | :----- | :------: | :-----: | :--------: | :---: | :------------: | | 68.33% | 9.4% | 8.91% | 4.41% | 5.65% | 4.74% | -I woulf support those browser in the future -1. Firefox -2. Safari -3. Edge -4. 360 browser -5. IE \ No newline at end of file +Based on those two lists, I woulf support those browser in the future + +- [x] Chrome +- [ ] Safari +- [ ] Firefox +- [ ] Edge +- [ ] 360 browser +- [ ] IE \ No newline at end of file