mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
Link to vendor folder on GitHub
This commit is contained in:
@@ -66,7 +66,7 @@ Electron
|
||||
## Keeping Git Submodules Up to Date
|
||||
|
||||
The Electron repository has a few vendored dependencies, found in the
|
||||
[/vendor](/vendor) directory. Occasionally you might see a message like this
|
||||
[/vendor][vendor] directory. Occasionally you might see a message like this
|
||||
when running `git status`:
|
||||
|
||||
```sh
|
||||
@@ -89,3 +89,5 @@ in your `~/.gitconfig` file:
|
||||
[alias]
|
||||
su = submodule update --init --recursive
|
||||
```
|
||||
|
||||
[vendor]: https://github.com/electron/electron/tree/master/vendor
|
||||
|
||||
Reference in New Issue
Block a user