mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Update linux script
Added the git submodule initialization to the linux dependency script
This commit is contained in:
parent
e4f13dd561
commit
f99b24acca
@ -2,6 +2,9 @@
|
||||
|
||||
set -e
|
||||
|
||||
# Install our submodule dependencies
|
||||
git submodule update --init --recursive
|
||||
|
||||
# install the wasm toolchain
|
||||
rustup target add wasm32-wasi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user