Skip to content

Commit

Permalink
Add instructions for installing from git
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Jan 23, 2020
1 parent a01c7a6 commit f6286c8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions evcxr_jupyter/README.md
Expand Up @@ -151,6 +151,15 @@ sudo apt install lld

You can check if it's being used when within evcxr by running `:linker`.

## Installing from git head

If there's a bugfix in git that you'd like to try out, you can install directly
from git with the command:

```sh
cargo install --force --git https://github.com/google/evcxr.git evcxr_jupyter
```

## Uninstall

```sh
Expand Down
9 changes: 9 additions & 0 deletions evcxr_repl/README.md
Expand Up @@ -38,6 +38,15 @@ Jupyter](https://github.com/google/evcxr/tree/master/evcxr_jupyter) applies to
the REPL as well. In particular, the later sections such as startup options,
sccache integration and lld.

## Installing from git head

If there's a bugfix in git that you'd like to try out, you can install directly
from git with the command:

```sh
cargo install --force --git https://github.com/google/evcxr.git evcxr_repl
```

## Similar projects

* [cargo-eval](https://github.com/reitermarkus/cargo-eval) Not interactive, but
Expand Down

0 comments on commit f6286c8

Please sign in to comment.