Skip to content

Commit

Permalink
Merge pull request #332 from doronz88/refactor/badges
Browse files Browse the repository at this point in the history
docs: update artifact links
  • Loading branch information
doronz88 authored Dec 20, 2023
2 parents 2b18b3a + d964690 commit 83c19e7
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[![Server application](https://img.shields.io/github/actions/workflow/status/doronz88/rpc-project/server-app.yml?branch=master&label=python%20package&style=plastic)](https://github.com/doronz88/rpc-project/actions/workflows/server-app.yml "Server application action")
[![Python application](https://img.shields.io/github/actions/workflow/status/doronz88/rpc-project/python-app.yml?branch=master&label=server%20build&style=plastic)](https://github.com/doronz88/rpc-project/actions/workflows/python-app.yml "Python application action")
[![Documentation Status](https://readthedocs.org/projects/rpc-project/badge/?version=latest)](https://rpc-project.readthedocs.io/en/latest/?badge=latest)

- [rpc-project](#rpc-project)
- [Description](#description)
- [Installation](#installation)
- [Local installation](#local-installation)
- [Remote installation](#remote-installation)
- [Building](#building)
- [macOS/iOS](#macosios)
- [Linux](#linux)
- [Quickstart](#quickstart)
- [Calling native functions](#calling-native-functions)
- [Globalized symbols](#globalized-symbols)
Expand Down Expand Up @@ -66,11 +65,7 @@ rpclocal

## Remote installation

Download and execute the latest server artifact, according to your platform and arch from here:

- [rpcserver_ios.zip](https://nightly.link/doronz88/rpc-project/workflows/server-publish/master/rpcserver_ios.zip)
- [rpcserver_macosx.zip](https://nightly.link/doronz88/rpc-project/workflows/server-publish/master/rpcserver_macosx.zip)
- [rpcserver_linux.zip](https://nightly.link/doronz88/rpc-project/workflows/server-publish/master/rpcserver_linux.zip)
Download and execute the latest server artifact, according to your platform and arch from the latest [GitHub action execution](https://github.com/doronz88/rpc-project/actions/workflows/server-publish.yml).

If your specific platform and arch isn't listed, you can also [build it yourself](#building).

Expand Down

0 comments on commit 83c19e7

Please sign in to comment.