diff --git a/README.md b/README.md index eb7b0fa..41372d4 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ -# react-cv +# cv + +To enter a nix dev shell: + +```bash +nix develop --command $SHELL +``` To install dependencies: ```bash -bun install +bun i ``` To run: ```bash -bun run index.ts +make ``` This project was created using `bun init` in bun v1.0.7. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.