Browse Source

Remove windows and macOS as they are not well supported

tags/v0.1.1-test-11-python-runtime
haixuanTao 3 years ago
parent
commit
0fd38ceedd
1 changed files with 0 additions and 24 deletions
  1. +0
    -24
      README.md

+ 0
- 24
README.md View File

@@ -35,30 +35,6 @@ PATH=$PATH:$(pwd):$(pwd)/iceoryx
dora --help
```

<details>
<summary> For Macos </summary>

```bash
wget https://github.com/dora-rs/dora/releases/download/<version>/dora-<version>-x86_64-macOS.zip
unzip dora-<version>-x86_64-macOS.zip
PATH=$PATH:$(pwd):$(pwd)/iceoryx
dora --help
```

</details>

<details>
<summary> For Windows </summary>

```bash
wget https://github.com/dora-rs/dora/releases/download/<version>/dora-<version>-x86_64-Windows.zip
unzip dora-<version>-x86_64-Windows.zip
PATH=$PATH:$(pwd):$(pwd)/iceoryx
dora --help
```

</details>

> This is `x86_64` only for the moment.

2. Create a new dataflow


Loading…
Cancel
Save