Skip to content

Commit

Permalink
sync docs automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
ComixHe committed May 31, 2024
1 parent 133a4a4 commit b2b614d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
7 changes: 6 additions & 1 deletion en/guide/ll-builder/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ SPDX-License-Identifier: LGPL-3.0-or-later
The main functions are as follows:

- Supports building in a standalone sandbox.

<!-- - Defined a version management system. -->
- Provides a list of software development kits.

- Provides DTK software development kits.

<!-- - Contains a complete release process. -->

View the help information for the `ll-builder` command:
Expand All @@ -38,4 +41,6 @@ Arguments:
export
push
convert
import
extract
```
2 changes: 1 addition & 1 deletion en/guide/start/how_to_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later

# Build Linglong applications

Here, we use `deepin-calculator` as an example for building a Linglong application from source code.
Taking [deepin-calculator](https://github.com/linuxdeepin/deepin-calculator.git) as an example, introduce the process of building a Linglong package from source code.

## Create Linglong project

Expand Down
9 changes: 7 additions & 2 deletions guide/ll-builder/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ SPDX-License-Identifier: LGPL-3.0-or-later
主要功能如下:

- 支持在独立容器内构建。

<!-- - 定义了一套版本管理系统。 -->
- 提供 sdk 开发套件列表。

- 提供 DTK 开发套件。

<!-- - 包含完整推送发布流程。 -->

查看`ll-builder`命令的帮助信息:
查看 `ll-builder`命令的帮助信息:

```bash
ll-builder --help
Expand All @@ -38,4 +41,6 @@ Arguments:
export
push
convert
import
extract
```
4 changes: 2 additions & 2 deletions guide/start/how_to_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later

# 构建玲珑应用

这里以 [deepin-calculator](https://github.com/linuxdeepin/deepin-calculator.git) 作为从源码构建玲珑应用的例子
[deepin-calculator](https://github.com/linuxdeepin/deepin-calculator.git) 为例,介绍从源码构建玲珑包的过程

玲珑应用的 appid 需要使用倒置域名的方式命名。

Expand Down Expand Up @@ -115,7 +115,7 @@ ll-builder run --exec /bin/bash

# 转换 deb 应用

以“百度网盘”为例,接下来介绍将 deb 包转为为玲珑包的过程
以百度网盘为例,介绍将 deb 包转为玲珑包的过程

## 获取软件包

Expand Down

0 comments on commit b2b614d

Please sign in to comment.