Merge pull request #187 from evnsnclr/docs/fix-typo

Fix typos in Developer Guide regarding Lume installation instructions
This commit is contained in:
f-trycua
2025-05-25 04:46:54 +02:00
committed by GitHub
+2 -2
View File
@@ -62,7 +62,7 @@ Refer to the [Lume README](../libs/lume/docs/Development.md) for instructions on
## Python Development
There are two ways to instal Lume:
There are two ways to install Lume:
### Run the build script
@@ -91,7 +91,7 @@ To install with PDM, simply run:
pdm install -G:all
```
This installs all the dependencies for development, testing, and building the docs. If you'd oly like development dependencies, you can run:
This installs all the dependencies for development, testing, and building the docs. If you'd only like development dependencies, you can run:
```console
pdm install -d