Skip to content

Commit

Permalink
Fix sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Apr 30, 2024
1 parent 1afde05 commit a512d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Internally rendered using `pdflatex` (auto installed alongside `RenderCV`).
3. [`cargo`](https://www.rust-lang.org/tools/install) (comes with the `rust` install) + [`cargo-watch`](https://crates.io/crates/cargo-watch).
You could technically use any piece of software that observes a file (or a set of files) and reruns a command when theres a write to it/them.
[`Nodemon`](https://www.npmjs.com/package/nodemon) may potentially fit the bill here.
I chose to use `cargo watch` since I already had that installed.
I chose to use `cargo watch` instead since I already had that installed.

# Build Instructions
Enter a python venv, install the required dependencies, and then run the runner script provided.
Expand Down

0 comments on commit a512d04

Please sign in to comment.