30 lines
325 B
Markdown
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
|
|
```
|
|
|
|

|