Files
gxde-kernel-manager/README.md
2024-04-24 20:50:31 +08:00

11 lines
187 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Kernel Manager
## How to build
```bash
git clone https://gitee.com/GXDE-OS/gxde-kernel-manager
cd gxde-kernel-manager
qmake .
make -j4
sudo make install -j4
```
# ©2023Now gfdgd xi