everx-labs / TVM-Compiler

Clang compiler for TVM
Apache License 2.0
59 stars 16 forks source link

Installation instruction misread #273

Closed unboxedtype closed 2 years ago

unboxedtype commented 3 years ago

In the installation instruction, https://github.com/tonlabs/TON-Compiler#building-and-installing

There is a typo: you have to "cd TON-Compiler" before "mkdir build". This is obvious for practicing C++ TON engineer, but may not be obvious for an outsider.

Please consider fixing.