SVNからのミラー

This commit is contained in:
2026-01-06 21:47:05 +09:00
commit 7603358afe
20 changed files with 816 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# um
只のランチャー。
Xorg以外、従属ライブラリを使いません。
## インストールする方法 | Installation
### BSD
```sh
make
doas make install
```
### Linux
```sh
bmake
doas bmake install
```
![](scrot1.png)
![](scrot2.png)