Skip to content

Commit fd4c599

Browse files
authored
Fix instructions in README.md
1 parent f451987 commit fd4c599

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
Packaging follows Debian source format 3.0 (quilt).
44

55
To build from upstream source:
6-
1. Download the Ladybug release tarball.
7-
2. Rename it to ladybug_\<version\>.orig.tar.gz.
6+
1. Download the Ladybug release tarball
7+
2. Rename it to ladybug_\<version\>.orig.tar.gz
88
3. Extract the tarball to a new directory. Don't delete the tarball after extraction, we need it for the build process
9-
4. Copy the `debian/` directory from this repository into the extracted directory and `cd` into it.
10-
5. Run `export DH_BUILD_SYSTEM=cmake_ninja && dpkg-buildpackage -us -uc`
9+
4. `cd` into the extracted directory
10+
5. Copy the `debian/` directory from this repository into the extracted directory
11+
6. Run `export DH_BUILD_SYSTEM=cmake_ninja && dpkg-buildpackage -us -uc`
1112

1213
## References
1314
- https://arnaudr.io/2016/01/14/first-debian-package/

0 commit comments

Comments
 (0)