Skip to content

Commit 1ef119d

Browse files
committed
[NRL-1386] Add test step for ASDF to README instructions
1 parent a319f0d commit 1ef119d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ This project uses the `Makefile` to build, test and deploy. This will ensure tha
2323
Before you start using this repository, you will need to:
2424

2525
- Follow the instructions on the [Developer Onboarding Guide](https://nhsd-confluence.digital.nhs.uk/pages/viewpage.action?spaceKey=CLP&title=NRLF+-+Developer+Onboarding) in confluence
26-
- Install `asdf` using https://asdf-vm.com/guide/getting-started.html.
26+
- Install `asdf` using https://asdf-vm.com/guide/getting-started.html
27+
28+
Confirm `asdf` is installed and is working with:
29+
30+
```
31+
asdf --version
32+
```
2733

2834
Then install all the dependency packages with:
2935

0 commit comments

Comments
 (0)