Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions src/content/open-source/guides/build-from-sources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ sudo apt install xz-utils ca-certificates \
brew install cmake
```

## Install Git submodules

The project uses git submodules for dependencies.

To init or update the submodules in the `vendor/` directory:

```bash copy
make install-submodule
```

This is an alias for `git submodule init && git submodule update`.

## Build and run

You an build the entire browser with `make build` or `make build-dev` for debug
Expand Down