Commit 7e3c046
authored
See #805
The behavior is now:
$ ./emsdk install 2.0.0
****
Error: You appear to be using the `master` branch of emsdk.
We recently made the switch to using `main`
In order to continue to receive updates you will need to make the switch locally too.
For normal clones without any local branches simply running the following command should be enough:
`git checkout main`
For more information see #805
****
$ echo $?
1
If you see this error, you are using master, and should switch to main,
which is where development now occurs.
1 parent 619a289 commit 7e3c046
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2818 | 2818 | | |
2819 | 2819 | | |
2820 | 2820 | | |
2821 | | - | |
| 2821 | + | |
2822 | 2822 | | |
2823 | 2823 | | |
2824 | 2824 | | |
2825 | 2825 | | |
2826 | 2826 | | |
2827 | 2827 | | |
| 2828 | + | |
2828 | 2829 | | |
2829 | 2830 | | |
2830 | 2831 | | |
| |||
0 commit comments