Skip to content

Commit da1477d

Browse files
committed
Fix shell prompts in README
1 parent ac30f05 commit da1477d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ Written in [Racket](https://racket-lang.org) and [Pollen](https://pollenpub.com)
1010
The easiest way to get started with local development is to [use Nix](https://zero-to-nix.com/start/install):
1111

1212
1. Install Nix
13-
```bash
13+
```shell
1414
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
1515
```
1616
2. Fork this repo
1717
3. Enter the nix development environment (from inside the repo):
18-
```bash
18+
```shell
1919
cd functional-coders.github.io && nix develop
2020
```
2121
4. Run the project server
22-
```bash
22+
```shell
2323
raco pollen start
2424
```
2525
5. edit files, reload the browser window, see the changes
2626

2727
## 2) 'Normal' install
2828
1. Download & Install [Racket](https://racket-lang.org): [download.racket-lang.org](https://download.racket-lang.org)
2929
2. Install [Pollen](https://pollenpub.com):
30-
```
31-
λ raco pkg install --auto --skip-installed pollen racket-langserver string-interpolation
30+
```shell
31+
raco pkg install --auto --skip-installed pollen racket-langserver string-interpolation
3232
```
3333
3. Fork this repo.
3434
4. Start Pollens' project server from the project root:
35-
```
36-
λ raco pollen start
35+
```shell
36+
raco pollen start
3737
```
3838
5. edit some file; reload your browser window; see the change.

0 commit comments

Comments
 (0)