mirror of https://github.com/helix-editor/helix
deploy: 29fe504398
parent
9579e41a83
commit
c99c3ff643
|
@ -169,7 +169,7 @@
|
|||
<ul>
|
||||
<li>If you get errors when building after switching branches, you may have to remove or update tree-sitter submodules. You can update submodules by running</li>
|
||||
</ul>
|
||||
<pre><code class="language-sh">$ git submodule update --init
|
||||
<pre><code class="language-sh">$ git submodule sync; git submodule update --init
|
||||
</code></pre>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
|
@ -812,7 +812,7 @@ tree-sitter grammers, textobject queries, etc.</p>
|
|||
<ul>
|
||||
<li>If you get errors when building after switching branches, you may have to remove or update tree-sitter submodules. You can update submodules by running</li>
|
||||
</ul>
|
||||
<pre><code class="language-sh">$ git submodule update --init
|
||||
<pre><code class="language-sh">$ git submodule sync; git submodule update --init
|
||||
</code></pre>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue