Skip to content

Commit 1ba0ae6

Browse files
committed
Update README to use nix
1 parent 99da6df commit 1ba0ae6

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Written in [Racket](https://racket-lang.org) and [Pollen](https://pollenpub.com)
55

66
In case you're looking for a place to contribute a talk/lightning talk, take a look here: https://github.com/tu-lambda/planning/issues/new
77

8-
## Local Development Setup
8+
## Development
99

1010
### 1) Nix
1111

@@ -15,16 +15,13 @@ The easiest way to get started with local development is to [use Nix](https://ze
1515
```shell
1616
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
1717
```
18-
2. Fork this repo
19-
3. Enter the nix development environment (from inside the repo):
18+
2. Fork this repo, and then `git clone` your fork
19+
3. Run the development environment:
2020
```shell
21-
cd functional-coders.github.io && nix develop
21+
cd functional-coders.github.io
22+
nix run
2223
```
23-
4. Run the project server
24-
```shell
25-
raco pollen start
26-
```
27-
5. edit files, reload the browser window, see the changes
24+
4. edit files, reload the browser window, see the changes
2825

2926
### 2) 'Normal' install
3027

0 commit comments

Comments
 (0)