Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev authored Sep 30, 2023
1 parent f7ca5f2 commit ddc4e40
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Try it online

To try out xeus-clang-repl interactively in your web browser, just click on the binder
link:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/compiler-research/xeus-clang-repl/v0.2.0?labpath=notebooks/index.ipynb)

### Xeus-Clang-REPL

Clone the repository locally and execute ./run-docker.sh
Expand Down Expand Up @@ -68,10 +75,10 @@ cmake ../ -DClang_DIR=/usr/lib/llvm-15/build/lib/cmake/clang\
make -j n
```

## Try it online
## Try it online (for developers)

To try out xeus-clang-repl interactively in your web browser, just click on the binder
link:
link (Warning! This is Nightly build):

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/compiler-research/xeus-clang-repl/HEAD?labpath=notebooks/index.ipynb)

Expand Down

0 comments on commit ddc4e40

Please sign in to comment.