Merge pull request #1685 from ireydiak/chore/remove-gitsubmodules-from-readme
Some checks failed
e2e-test / zig build release (push) Has been cancelled
e2e-test / demo-scripts (push) Has been cancelled
e2e-test / cdp-and-hyperfine-bench (push) Has been cancelled
e2e-test / perf-fmt (push) Has been cancelled
e2e-test / browser fetch (push) Has been cancelled
zig-test / zig test using v8 in debug mode (push) Has been cancelled
zig-test / zig test (push) Has been cancelled
zig-test / perf-fmt (push) Has been cancelled

Remove outdated git submodule documentation and Makefile target
This commit is contained in:
Pierre Tachoire
2026-03-01 11:01:24 +01:00
committed by GitHub
2 changed files with 1 additions and 18 deletions

View File

@@ -102,13 +102,8 @@ end2end:
# ------------ # ------------
.PHONY: install .PHONY: install
## Install and build dependencies for release install: build
install: install-submodule
data: data:
cd src/data && go run public_suffix_list_gen.go > public_suffix_list.zig cd src/data && go run public_suffix_list_gen.go > public_suffix_list.zig
## Init and update git submodule
install-submodule:
@git submodule init && \
git submodule update

View File

@@ -220,18 +220,6 @@ For **MacOS**, you need cmake and [Rust](https://rust-lang.org/tools/install/).
brew install cmake brew install cmake
``` ```
### Install Git submodules
The project uses git submodules for dependencies.
To init or update the submodules in the `vendor/` directory:
```
make install-submodule
```
This is an alias for `git submodule init && git submodule update`.
### Build and run ### Build and run
You an build the entire browser with `make build` or `make build-dev` for debug You an build the entire browser with `make build` or `make build-dev` for debug