From d8bb7a43e9a70feec72ab08da1bc639bddf8a5f5 Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Thu, 28 Sep 2023 15:33:42 +0300 Subject: [PATCH] add link to mxpy cookbook --- multiversx_sdk_cli/projects/shared.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/multiversx_sdk_cli/projects/shared.py b/multiversx_sdk_cli/projects/shared.py index a99bb42b..83e52585 100644 --- a/multiversx_sdk_cli/projects/shared.py +++ b/multiversx_sdk_cli/projects/shared.py @@ -48,8 +48,7 @@ def check_clang_and_cpp_dependencies_installed() -> None: if is_installed is False: message = """ `clang` is not installed. Please install it manually, then try again. -How to install on Ubuntu: https://linux.how2shout.com/how-to-install-clang-on-ubuntu-linux/ -How to install on MacOS: https://www.incredibuild.com/integrations/clang +Check out the cookbook: https://docs.multiversx.com/sdk-and-tools/sdk-py/mxpy-cli For more details check out this page: https://clang.llvm.org/get_started.html""" show_critical_error(message)