Files
Hexagon/README.md
2025-12-28 05:21:34 +09:00

30 lines
325 B
Markdown

# 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)