Skip to content

Commit 52a2eae

Browse files
authored
Merge pull request #21 from NavAbility:25Q1/docs/readme2
improve rs readme
2 parents 9728098 + 04c9692 commit 52a2eae

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Copyright 2025, NavAbility(TM) Contributors. This repo is licensed according to Apache 2.0. See the LICENSE file.
44

5-
[![CI](https://github.com/NavAbility/NavAbilitySDK.rs/actions/workflows/ci.yml/badge.svg)](https://github.com/NavAbility/NavAbilitySDK.rs/actions/workflows/ci.yml)
5+
[![CI](https://github.com/NavAbility/NavAbilitySDK.rs/actions/workflows/ci-rs.yml/badge.svg)](https://github.com/NavAbility/NavAbilitySDK.rs/actions/workflows/ci-rs.yml)
66

77
## Introduction
88

@@ -31,15 +31,3 @@ make build-tokio
3131
```shell
3232
make test-tokio
3333
```
34-
35-
## Exporting Shared Library
36-
37-
Build the shared library:
38-
```shell
39-
make build-lib
40-
```
41-
42-
Or run the `test/test.c` file with
43-
```shell
44-
make test-capi
45-
```

0 commit comments

Comments
 (0)