updates README to re-apply fixes for #1 and #2

This commit is contained in:
Eyck Jentzsch 2024-06-20 07:10:38 +02:00
parent bbe7e7525e
commit d602c61dfe
1 changed files with 6 additions and 5 deletions

View File

@ -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