tenstorrent / tt-buda

Tenstorrent TT-BUDA Repository
Other
162 stars 21 forks source link

errata in git submodule update #15

Closed danindiana closed 3 months ago

danindiana commented 4 months ago

For: https://docs.tenstorrent.com/tenstorrent/v/tt-buda/installation#backend-compiler-dependencies

Screenshot from 2024-03-07 18-47-16

git submodule –init –recursive

should be:

git submodule update –init –recursive

milank94 commented 4 months ago

FYI @adifrancescoTT & @dsklavos

danindiana commented 4 months ago

@milank94 Apologies it's not obviously clear from original post what's at issue. The characters need two dashes rather than one. This error mode is a byproduct of persons attempting to turn up the software stack via copypasta.

git submodule update --init --recursive

adifrancescoTT commented 4 months ago

Thanks @danindiana ! I could not see that actually so very helpful call out. Will fix asap.