chore: removed gitsubmodules from README and Makefile

This commit is contained in:
ireydiak
2026-02-28 12:03:51 -05:00
parent 0a9e5b66ee
commit 7c18d857f0
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