Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
update bindings section
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 16, 2024
1 parent 4828f33 commit 69defe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cd devops\scripts\ps1

#### Python

Run:
After C++ source code compilation resuting in a shared library, run:

```sh
cd bindings/python
Expand All @@ -80,7 +80,7 @@ python main.py --path <path to libcore_wrapper.so>

#### C#

Run:
After C++ source code compilation resuting in a shared library, run:

```sh
cd bindings/csharp
Expand All @@ -91,7 +91,7 @@ dotnet run

#### Go

Run:
After C++ source code compilation resuting in a shared library, run:

```sh
cd bindings/go
Expand Down

0 comments on commit 69defe0

Please sign in to comment.