Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik authored Nov 8, 2023
1 parent e650c21 commit e1f3335
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Code Layout](https://github.com/MerginMaps/mergin-cpp-client/workflows/Code%20Layout/badge.svg)](https://github.com/MerginMaps/mergin-cpp-client/actions?query=workflow%3A%22Code+Layout%22)
[![Linux Build](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/linux.yml/badge.svg)](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/linux.yml)
[![Windows Build](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/windows.yml/badge.svg)](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/windows.yml)
[![macOS Build](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/macos.yml/badge.svg)](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/macos.yml)
[![Code Layout](https://github.com/MerginMaps/cpp-api-client/workflows/Code%20Layout/badge.svg)](https://github.com/MerginMaps/cpp-api-client/actions?query=workflow%3A%22Code+Layout%22)
[![Linux Build](https://github.com/MerginMaps/cpp-api-client/actions/workflows/linux.yml/badge.svg)](https://github.com/MerginMaps/cpp-api-client/actions/workflows/linux.yml)
[![Windows Build](https://github.com/MerginMaps/cpp-api-client/actions/workflows/windows.yml/badge.svg)](https://github.com/MerginMaps/cpp-api-client/actions/workflows/windows.yml)
[![macOS Build](https://github.com/MerginMaps/cpp-api-client/actions/workflows/macos.yml/badge.svg)](https://github.com/MerginMaps/cpp-api-client/actions/workflows/macos.yml)

# Mergin Maps Cpp Client

Expand All @@ -10,7 +10,7 @@ service and a command-line tool for easy access to data stored in Mergin Maps.

<div><img align="left" width="45" height="45" src="https://raw.githubusercontent.com/MerginMaps/docs/main/src/.vuepress/public/slack.svg"><a href="https://merginmaps.com/community/join">Join our community chat</a><br/>and ask questions!</div><br />

Note: Check also [Mergin Maps Python Client](https://github.com/MerginMaps/mergin-py-client)
Note: Check also [Mergin Maps Python Client](https://github.com/MerginMaps/python-api-client)

## Command-line Tool

Expand Down Expand Up @@ -77,4 +77,4 @@ For running test do:
export TEST_API_USERNAME=<username>
export TEST_API_PASSWORD=<pwd>
./tests.bash <path_to>/mergin
```
```

0 comments on commit e1f3335

Please sign in to comment.