Skip to content

Commit

Permalink
docs: fix links in Rooch's built-in library page and add dependencies…
Browse files Browse the repository at this point in the history
… at Installation page (#1641)

* docs: fix links in Rooch's built-in library page

* docs: add dependencies at Installation page
  • Loading branch information
vegetabledogdog authored Apr 30, 2024
1 parent d5998b6 commit d9d8217
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#### Install dependencies

```shell
sudo apt install git curl gcc lld pkg-config libssl-dev libclang-dev g++
sudo apt install git curl gcc lld pkg-config libssl-dev libclang-dev libsqlite3-dev g++
```

#### Install Rust
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#### 安装依赖

```shell
sudo apt install git curl gcc lld pkg-config libssl-dev libclang-dev g++
sudo apt install git curl gcc lld pkg-config libssl-dev libclang-dev libsqlite3-dev g++
```

#### 安装 Rust
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ The addresses of the three libraries in Move are:

## Documentation link

- [MoveStdlib](https://github.com/rooch-network/rooch/tree/frameworks/move-stdlib/doc)
- [MoveosStdlib](https://github.com/rooch-network/rooch/edit/frameworks/moveos-stdlib/doc)
- [RoochFramework](https://github.com/rooch-network/rooch/tree/frameworks/rooch-framework/doc)
- [MoveStdlib](https://github.com/rooch-network/rooch/tree/main/frameworks/move-stdlib/doc)
- [MoveosStdlib](https://github.com/rooch-network/rooch/tree/main/frameworks/moveos-stdlib/doc)
- [RoochFramework](https://github.com/rooch-network/rooch/tree/main/frameworks/rooch-framework/doc)
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Rooch 当前内置了三个标准库,分别是 `MoveStdlib`、`MoveosStdlib`

## 文档链接

- [MoveStdlib](https://github.com/rooch-network/rooch/tree/frameworks/move-stdlib/doc)
- [MoveosStdlib](https://github.com/rooch-network/rooch/edit/frameworks/moveos-stdlib/doc)
- [RoochFramework](https://github.com/rooch-network/rooch/tree/frameworks/rooch-framework/doc)
- [MoveStdlib](https://github.com/rooch-network/rooch/tree/main/frameworks/move-stdlib/doc)
- [MoveosStdlib](https://github.com/rooch-network/rooch/tree/main/frameworks/moveos-stdlib/doc)
- [RoochFramework](https://github.com/rooch-network/rooch/tree/main/frameworks/rooch-framework/doc)

0 comments on commit d9d8217

Please sign in to comment.