Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
fix(*): Upgrade Executa
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Dec 19, 2019
1 parent b9abb69 commit 9601a9a
Show file tree
Hide file tree
Showing 5 changed files with 570 additions and 191 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Register Basha so that it can be discovered by other executors on your machine,
basha register
```

If you have [`executa`](https://github.com/stencila/executa) installed globally then you can then run it using the `repl` command and specifying `bash` as the starting language,
If you have [`executa`](https://github.com/stencila/executa) installed globally, you can then run Basha using the `execute` command and specifying `bash` as the starting language,

```bash
executa repl bash
executa execute --repl --lang bash
```

## Develop
Expand All @@ -39,5 +39,5 @@ You can test Basha manually using the local install of `executa` in this package

```bash
npm run register
npx executa repl bash
npx executa execute --repl --lang bash
```
Loading

0 comments on commit 9601a9a

Please sign in to comment.