Skip to content

Commit

Permalink
fix: codespaces tour steps
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon authored Jan 29, 2025
1 parent bc512fd commit 135ee3c
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,13 @@ This GitHub Codespace comes pre-installed with the latest version of [Elide](htt
elide info
```

**To verify working installation:**

```
elide selftest
```

### JavaScript

**To run a JavaScript terminal:**

```
elide
```
Or:
```
elide repl
```

**Encode some JSON:**

Expand Down Expand Up @@ -73,7 +63,7 @@ elide serve tools/scripts/server.js
**To run a Python terminal:**

```
elide repl --python
elide python
```

**To see `.env` environment:**
Expand All @@ -85,7 +75,7 @@ import os; print(os.environ)
**To see all environment, including host env:**

```
elide repl --python --host:allow-env
elide run --python --host:allow-env
```

```python
Expand All @@ -97,7 +87,7 @@ import os; print(os.environ)
**To run a Ruby terminal:**

```
elide repl --ruby
elide ruby
```

**Say hello:**
Expand Down

0 comments on commit 135ee3c

Please sign in to comment.