Files
Hexagon/README.md
2026-05-07 21:36:22 +09:00

42 lines
433 B
Markdown

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