Skip to content

Commit 96c2866

Browse files
committed
chore: fixups to remove ruby
Signed-off-by: Sam Gammon <[email protected]>
1 parent f7de445 commit 96c2866

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Writerside/topics/GettingStarted.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ the primary language via the source file's extension (`.js` will load a JS VM, `
3232
Exiting session. Have a great day! 👋
3333
```
3434

35-
3. Now let's do the same thing, but with some [](Ruby.md)
36-
37-
```bash
38-
elide run --ruby -c 'puts "Hello!"'
39-
```
40-
```Console
41-
Hello!
42-
Exiting session. Have a great day! 👋
43-
```
44-
4535
> **Language Selection**
4636
>
4737
> %product% can run multiple languages at once. Your primary language selection only affects how your entrypoint script
@@ -64,11 +54,6 @@ elide
6454
elide python
6555
```
6656

67-
**Open a Ruby console:**
68-
```Console
69-
elide ruby
70-
```
71-
7257
> **Exiting the REPL**
7358
>
7459
> You can use <shortcut>Ctrl+D</shortcut> or <shortcut>Ctrl+C</shortcut> twice to exit the interactive session.

Writerside/topics/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ docker run --rm -it ghcr.io/elide-dev/elide
9191

9292
## Continuous Integration
9393

94-
%product% ships a GitHub action at [`elide-dev/setup-elide`](https://github.com/elide-dev/setup-elide):
94+
%product% ships a [GitHub action](https://github.com/marketplace/actions/setup-elide):
9595

9696
```yaml
9797
- name: "Setup: Elide"

0 commit comments

Comments
 (0)