Skip to content

Commit

Permalink
Fix branch rel link
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki410 committed Nov 16, 2022
1 parent b584580 commit 735c72e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@
- 固件:从[此处](https://github.com/ExistOS-Team/ExistOS-For-HP39GII/releases)下载
- 请下载 `OSLoader.sb``ExistOS.sys`
- sb_loader:用于将 OSLoader 载入计算器 RAM,若您的 HP39gii 上没有安装 ExistOS 则需要使用。
- Windows 用户请从[此处](../../raw/master/tools/sbtools_win/sb_loader.exe)下载二进制文件;
- Windows 用户请从[此处](../../raw/main/tools/sbtools_win/sb_loader.exe)下载二进制文件;
- Linux 用户请从[此处](../../archive/refs/heads/main.zip)下载压缩包并解压,进入 `tools/sbtools/` 目录,用 `make` 编译(无需安装)。
- 您会得到 `sb_loader` 可执行文件。
- EDB(Exist Debug Bridge):用于刷写固件。
- Windows 用户请从[此处](../../raw/master/tools/edb.exe)下载二进制文件;
- Linux 用户请从[此处](https://github.com/ExistOS-Team/edb-unix/archive/refs/heads/master.zip)下载压缩包并解压,使用如下命令编译:
- Windows 用户请从[此处](../../raw/main/tools/edb.exe)下载二进制文件;
- Linux 用户请从[此处](https://github.com/ExistOS-Team/edb-unix/archive/refs/heads/main.zip)下载压缩包并解压,使用如下命令编译:
- `mkdir build`
- `cmake -B build`
- `cmake --build build`
Expand Down Expand Up @@ -623,4 +623,4 @@ https://github.com/ExistOS-Team/ExistOS-App-demo

## 许可协议

[GPL-3.0](../../blob/master/LICENSE)
[GPL-3.0](./LICENSE)
10 changes: 5 additions & 5 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ Requires:
- Firmware: Download from [here](https://github.com/ExistOS-Team/ExistOS-For-HP39GII/releases).
- Please download `OSLoader.sb` and `ExistOS.sys`.
- sb_loader: Used to load OSLoader into calculator RAM, if you haven't installed ExistOS.
- Windows: Download binary file from [here](../../raw/master/tools/sbtools_win/sb_loader.exe).
- Linux: Download zip file from [here](../../archive/refs/heads/master.zip) and exract it. Then run commands follow:
- Windows: Download binary file from [here](../../raw/main/tools/sbtools_win/sb_loader.exe).
- Linux: Download zip file from [here](../../archive/refs/heads/main.zip) and exract it. Then run commands follow:
- `cd tools/sbtools/`
- `make`
- Then you will get executable file `sb_loader`
- EDB (Exist Debug Brige): Used to flash firmware.
- Windows: Download binary file from [here](../../raw/master/tools/edb.exe).
- Linux: Download zip file from [here](https://github.com/ExistOS-Team/edb-unix/archive/refs/heads/master.zip) and exract it. Then run commands follow:
- Windows: Download binary file from [here](../../raw/main/tools/edb.exe).
- Linux: Download zip file from [here](https://github.com/ExistOS-Team/edb-unix/archive/refs/heads/main.zip) and exract it. Then run commands follow:
- `mkdir build`
- `cmake -B build`
- `cmake --build build`
Expand Down Expand Up @@ -566,4 +566,4 @@ For VSCode users, `clang-format` extension is available to format the code conve

## License

[GPL-3.0](https://github.com/Repeerc/LibreCalc-For-HP39GII/blob/master/LICENSE)
[GPL-3.0](./LICENSE)

0 comments on commit 735c72e

Please sign in to comment.