Skip to content

Commit

Permalink
Document installation via Conan.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Jun 24, 2024
1 parent e6300fb commit 313b163
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Know.cpp: The Know Framework for C++

[![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
[![Compatibility](https://img.shields.io/badge/c%2B%2B23-blue)](https://cpp23.wiki)
[![Compatibility](https://img.shields.io/badge/c%2B%2B-23-blue)](https://cpp23.wiki)
[![Hosted by Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square)](https://cloudsmith.com)

🚧 _We are building in public. This is presently under heavy construction._

Expand All @@ -19,7 +20,10 @@ $ make && sudo make install

### Installation via Conan

TBD
```console
$ conan remote add know https://conan.cloudsmith.io/knowontology/sdk/
$ conan download know.cpp -r know
```

### Installation via vcpkg

Expand Down

0 comments on commit 313b163

Please sign in to comment.