Update documentation branch master has moved to main
This commit is contained in:
parent
81c61f92e0
commit
96ec2282eb
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
MatterControl
|
||||
=============
|
||||
|
||||
| | Master |
|
||||
| | main |
|
||||
| ------ | ------ |
|
||||
| Linux | [](https://travis-ci.org/MatterHackers/MatterControl) |
|
||||
| Windows | [](https://ci.appveyor.com/project/larsbrubaker/mattercontrol) |
|
||||
|
|
@ -53,12 +53,12 @@ MatterControl is written in C#. It uses the [agg-sharp](https://github.com/Matte
|
|||
|
||||
5. Optionally switch to a target branch
|
||||
|
||||
git checkout master
|
||||
git checkout main
|
||||
git submodule update --init --recursive
|
||||
|
||||
As a single command line statement:
|
||||
|
||||
targetBranch=master && git checkout $targetBranch && git submodule update --init --recursive
|
||||
targetBranch=main && git checkout $targetBranch && git submodule update --init --recursive
|
||||
|
||||
6. Build MatterControl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue