Skip to content

Commit

Permalink
Cardinal objects should be in a numbered list
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Mar 17, 2023
1 parent 5f83ba8 commit ae6ec74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ If you are in an Ubuntu docker container, omit `sudo` from all commands because

#### Pinned Build
Make sure you are in the root of the `leap` repo, then run the pinned build script. You have to give it three arguments in the following order:
- A temporary folder, for all dependencies that need to be built from source.
- A build folder, where the binaries you need to install will be built to.
- The number of jobs or CPU cores/threads to use (note the [jobs flag](#step-3---build) warning above).
1. A temporary folder, for all dependencies that need to be built from source.
1. A build folder, where the binaries you need to install will be built to.
1. The number of jobs or CPU cores/threads to use (note the [jobs flag](#step-3---build) warning above).

> You do not need to run this script with `sudo` or as root, but this script will invoke aptidue at the beginning on Debian-family operating systems like Ubuntu to install dependencies. You may be prompted for your password by `sudo` if your system has it and aptitude needs additional permissions.
Expand Down

0 comments on commit ae6ec74

Please sign in to comment.