Merge pull request #5426 from electron/vendor-link-in-docs
Link to vendor folder on GitHub
This commit is contained in:
commit
081c8e1f28
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue