添加注意事项;修改脚本下载地址到原仓库
This commit is contained in:
parent
921b59e8b2
commit
3a7e720bec
@ -1,12 +1,12 @@
|
|||||||
# Navicat Keygen - for Linux
|
# Navicat Keygen
|
||||||
|
|
||||||
[中文版README](README_FOR_LINUX.zh-CN.md)
|
[中文版README](README.zh-CN.md)
|
||||||
|
|
||||||
## How to use?
|
## How to use?
|
||||||
|
|
||||||
> For easier offline activation, we are going to install Navicat to `home`; you can download [Screen recoding](image/Screen_recording.mp4) for references.
|
> You can download [Screen recoding](image/Screen_recording.mp4) for references.
|
||||||
|
|
||||||
1. Run Navicat, for initialization:
|
1. Switch to the path you extracted the installation package ,Run Navicat, for initialization:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/navicat121_premium_en_x64 && \
|
cd ~/navicat121_premium_en_x64 && \
|
||||||
@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
2. Download the latest release [from here](https://github.com/DoubleLabyrinth/navicat-keygen/releases), and extract :
|
2. Download the latest release [from here](https://github.com/DoubleLabyrinth/navicat-keygen/releases), and extract :
|
||||||
|
|
||||||
|
> The 64-bit executable file is downloaded here. If you use 32-bit, please download the corresponding version.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -O -L https://github.com/DoubleLabyrinth/navicat-keygen/releases/download/v3.1/navicat-keygen-for-x64.zip && \
|
curl -O -L https://github.com/DoubleLabyrinth/navicat-keygen/releases/download/v3.1/navicat-keygen-for-x64.zip && \
|
||||||
unzip navicat-keygen-for-x64.zip
|
unzip navicat-keygen-for-x64.zip
|
||||||
@ -33,14 +35,16 @@
|
|||||||
3. Download `navicat-pacther.sh` and `navicat-keygen.sh`:
|
3. Download `navicat-pacther.sh` and `navicat-keygen.sh`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -O -L https://raw.githubusercontent.com/zenuo/navicat-keygen/linux/bash/navicat-patcher.sh && \
|
curl -O -L https://raw.githubusercontent.com/DoubleLabyrinth/navicat-keygen/linux/bash/navicat-patcher.sh && \
|
||||||
chmod +x navicat-patcher.sh && \
|
chmod +x navicat-patcher.sh && \
|
||||||
curl -O -L https://raw.githubusercontent.com/zenuo/navicat-keygen/linux/bash/navicat-keygen.sh && \
|
curl -O -L https://raw.githubusercontent.com/DoubleLabyrinth/navicat-keygen/linux/bash/navicat-keygen.sh && \
|
||||||
chmod +x navicat-keygen.sh
|
chmod +x navicat-keygen.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Use `navicat-patcher.exe` to replace __Navicat Activation Public Key__ that is stored in `navicat.exe` or `libcc.dll`.
|
4. Use `navicat-patcher.exe` to replace __Navicat Activation Public Key__ that is stored in `navicat.exe` or `libcc.dll`.
|
||||||
|
|
||||||
|
> Please turn off `Navicat` when performing this step.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./navicat-patcher.sh
|
./navicat-patcher.sh
|
||||||
```
|
```
|
||||||
|
|||||||
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
## 如何使用这个注册机
|
## 如何使用这个注册机
|
||||||
|
|
||||||
> 为便于离线激活,将安装包解压在`家目录`;可下载[录屏文件](image/Screen_recording.mp4)参考
|
> 可下载[录屏文件](image/Screen_recording.mp4)参考
|
||||||
|
|
||||||
1. 运行Navicat,使其初始化环境:
|
1. 切换到解压安装包的路径,本示例解压到了`家目录`,运行Navicat,使其初始化环境:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/navicat121_premium_en_x64 && \
|
cd ~/navicat121_premium_en_x64 && \
|
||||||
@ -23,6 +23,8 @@
|
|||||||
|
|
||||||
2. [从这里](https://github.com/DoubleLabyrinth/navicat-keygen/releases)下载最新的release,并且解压:
|
2. [从这里](https://github.com/DoubleLabyrinth/navicat-keygen/releases)下载最新的release,并且解压:
|
||||||
|
|
||||||
|
> 此处下载的是64位的可执行文件,若您使用32位,请下载对应版本
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -O -L https://github.com/DoubleLabyrinth/navicat-keygen/releases/download/v3.1/navicat-keygen-for-x64.zip && \
|
curl -O -L https://github.com/DoubleLabyrinth/navicat-keygen/releases/download/v3.1/navicat-keygen-for-x64.zip && \
|
||||||
unzip navicat-keygen-for-x64.zip
|
unzip navicat-keygen-for-x64.zip
|
||||||
@ -31,14 +33,16 @@
|
|||||||
3. 下载`navicat-pacther.sh`和`navicat-keygen.sh`:
|
3. 下载`navicat-pacther.sh`和`navicat-keygen.sh`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -O -L https://raw.githubusercontent.com/zenuo/navicat-keygen/linux/bash/navicat-patcher.sh && \
|
curl -O -L https://raw.githubusercontent.com/DoubleLabyrinth/navicat-keygen/linux/bash/navicat-patcher.sh && \
|
||||||
chmod +x navicat-patcher.sh && \
|
chmod +x navicat-patcher.sh && \
|
||||||
curl -O -L https://raw.githubusercontent.com/zenuo/navicat-keygen/linux/bash/navicat-keygen.sh && \
|
curl -O -L https://raw.githubusercontent.com/DoubleLabyrinth/navicat-keygen/linux/bash/navicat-keygen.sh && \
|
||||||
chmod +x navicat-keygen.sh
|
chmod +x navicat-keygen.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
4. 使用`navicat-patcher.exe`替换掉`navicat.exe`和`libcc.dll`里的Navicat激活公钥。
|
4. 使用`navicat-patcher.exe`替换掉`navicat.exe`和`libcc.dll`里的Navicat激活公钥。
|
||||||
|
|
||||||
|
> 执行此步骤时,请将`Navicat`关闭
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./navicat-patcher.sh
|
./navicat-patcher.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user