chore: update README.md
更新README.md
This commit is contained in:
parent
31ba0334d8
commit
a22604f725
@ -26,8 +26,8 @@ You can also check the "Build-Depends" provided in the `debian/control` file.
|
||||
|
||||
2. Build:
|
||||
```shell
|
||||
$ cd dde-applications-manager
|
||||
$ cmake -Bbuild .
|
||||
$ cd dde-application-manager
|
||||
$ cmake -B build
|
||||
$ cmake --build build -j`nproc`
|
||||
```
|
||||
3. Install
|
||||
@ -52,4 +52,4 @@ We encourage you to report issues and contribute changes
|
||||
|
||||
## License
|
||||
|
||||
dde-applications-manager is licensed under [GPL-3.0-or-later](LICENSE).
|
||||
dde-application-manager is licensed under [GPL-3.0-or-later](LICENSE).
|
||||
|
@ -22,7 +22,7 @@ DDE Application Manager 是深度桌面环境的应用程序管理器。
|
||||
2. 构建:
|
||||
|
||||
```shell
|
||||
$ cd dde-applications-manager
|
||||
$ cd dde-application-manager
|
||||
$ cmake -B build
|
||||
$ cmake --build build -j`nproc`
|
||||
```
|
||||
@ -48,4 +48,4 @@ sudo cmake --install build
|
||||
|
||||
## 开源许可证
|
||||
|
||||
dde-applications-manager 在 [GPL-3.0-or-later](LICENSE)下发布。
|
||||
dde-application-manager 在 [GPL-3.0-or-later](LICENSE)下发布。
|
||||
|
Loading…
Reference in New Issue
Block a user