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

Commit 6a44b15

Browse files
committed
fix readme
1 parent de3b764 commit 6a44b15

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

back/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@
44

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

7-
1. Enter the dir.
7+
1. Enter this directory.
88

9-
```sh
10-
git clone https://github.com/objectionary/try-phi
11-
cd try-phi/back
12-
```
9+
```sh
10+
git clone https://github.com/objectionary/try-phi
11+
cd try-phi/back
12+
```
1313

1414
1. Run `back end`.
1515

16-
```console
17-
nix run
18-
```
16+
```console
17+
nix run
18+
```
1919

2020
## Development
2121

2222
1. Start a deshell.
2323

24-
```console
25-
nix develop
26-
```
24+
```console
25+
nix develop
26+
```
2727

2828
1. Build the package
2929

30-
```console
31-
cabal build
32-
```
30+
```console
31+
cabal build
32+
```
3333

3434
1. (Optionally) Start `VSCodium`.
3535

36-
```console
37-
nix run .#writeSettings
38-
nix run .#codium .
39-
```
36+
```console
37+
nix run .#writeSettings
38+
nix run .#codium .
39+
```
4040

4141
1. In a `.hs` file, hover over a function. `HLS` should start giving the type info soon.
4242

0 commit comments

Comments
 (0)