Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 5c0fac6

Browse files
committed
fix readme
1 parent 6a44b15 commit 5c0fac6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

front/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a `PureScript` version of `try-phi` front end. Previously, it was writte
66

77
1. [Install Nix](https://github.com/deemp/flakes/blob/main/README/InstallNix.md)
88

9-
1. Switch to this directory
9+
1. Enter this directory
1010

1111
```sh
1212
git clone https://github.com/objectionary/try-phi
@@ -15,6 +15,12 @@ This is a `PureScript` version of `try-phi` front end. Previously, it was writte
1515

1616
1. Run project:
1717

18+
```console
19+
nix run
20+
```
21+
22+
or
23+
1824
```console
1925
nix develop
2026
npm run quick-start

0 commit comments

Comments
 (0)