ミラー
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal 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
|
||||
```
|
||||
|
||||

|
||||
Reference in New Issue
Block a user