ミラー

This commit is contained in:
2025-12-28 05:21:34 +09:00
commit 4442ef77d3
10 changed files with 1132 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# Hexagon
VIMキーバインドでのHEXエディター
## インストールする方法 | Installation
### BSD
```sh
make
doas make install
```
### Linux/macOS
```sh
bmake
sudo bmake install
```
### Haiku
```sh
bmake
bmake install
```
### Windows
```sh
chmod +x make-mingw.sh
./make-mingw.sh
```
![](スクショ.png)