README: Fixed missing direnv install step #13

Merged
Luis merged 3 commits from Luis-main into main 2023-11-08 20:47:57 +00:00

View File

@@ -25,7 +25,7 @@ pkgs.mkShell {
# re-generate the api code
rm -rf api openapi.json
rm -rf src/api openapi.json
cp ${clanPkgs.clan-openapi}/openapi.json .
orval
'';