Skip to content

Commit

Permalink
Resolve merge conflict with master and remove demo entries from top-l…
Browse files Browse the repository at this point in the history
…evel README
  • Loading branch information
olyagpl committed Dec 13, 2024
1 parent 95bdb7b commit 308709b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions polyglot-chat-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ The example also shows how to create a native executable from the application us
## Preparation

1. Download or clone the GraalVM demos repository and navigate into the _polyglot-chat-app_ directory:
```bash
git clone https://github.com/graalvm/graalvm-demos
```
```bash
cd graalvm-demos/polyglot-chat-app
```
```bash
git clone https://github.com/graalvm/graalvm-demos
```
```bash
cd graalvm-demos/polyglot-chat-app
```

2. Download and install the latest GraalPy as described in the [Getting Started guide](https://www.graalvm.org/latest/reference-manual/python/#installing-graalpy). For example:
```bash
Expand Down Expand Up @@ -81,4 +81,4 @@ The Python code must be copied to the _build/_ directory that is kept next to th

### Learn More

Learn more about GraalVM polyglot capabilities [here](https://www.graalvm.org/latest/reference-manual/polyglot-programming/).
Learn more about GraalVM polyglot capabilities [here](https://www.graalvm.org/latest/reference-manual/polyglot-programming/).

0 comments on commit 308709b

Please sign in to comment.