From bd75064367e228d43160fc339f515774428ac1f3 Mon Sep 17 00:00:00 2001 From: Alex Norman Date: Tue, 24 Sep 2024 13:45:37 -0700 Subject: [PATCH] update notes about conan --- Conan.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Conan.md b/Conan.md index 798b983..fdff36f 100644 --- a/Conan.md +++ b/Conan.md @@ -21,15 +21,15 @@ If you tag the git branch you'll make a version of the package with that name, which will make using it easier later. ```shell -git tag v1.2.3 +git tag v0.6.9 conan create . xnor/testing ``` -To upload, you'll have to have a repository, here I've set up `cycling-jfrog` as a remote. -For example, if the version is `xnor_conan_v1.2.3` and I tagged with `xnor/testing`. +To upload, you'll have to have a repository, here I've set up `cycling-public` as a remote. +For example, if the version is `v0.6.9` and I tagged with `xnor/testing`. ```shell -conan upload min-api/xnor_conan_v1.2.3@xnor/testing --all -r cycling-jfrog +conan upload min-api/v0.6.9@xnor/testing --all -r cycling-public ``` Once you've uploaded the package you can use it as detailed below, and if your