From d602c61dfe3a730a60f92356cecc488a601fa3e6 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Thu, 20 Jun 2024 07:10:38 +0200 Subject: [PATCH] updates README to re-apply fixes for #1 and #2 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f360f1..6bb757a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This ISS is based in DBT-RISE, a library to allow rapid ISS creation. ``` - pip3 install --user conan==1.59 + pip3 install --user 'conan<2.0' ``` @@ -31,10 +31,11 @@ This ISS is based in DBT-RISE, a library to allow rapid ISS creation. Using conan for the first time you need to create a profile: - ``` - - conan profile create default --detect - + ```sh + + conan profile new --detect default + conan remote add gitea https://git.minres.com/api/packages/Tooling/conan + ``` * checkout source from git