diff --git a/README.md b/README.md index bbaf49b0..d2ab6c35 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,22 @@ SwiftUI client applications for iOS, iPadOS and macOS. This project always uses the latest release version of XCode. 1. Clone the repo. -2. Set up git hooks to automatically lint the project when you commit changes. -2. Open `Meshtastic.xcworkspace` -2. Build and run the `Meshtastic` target. - -```sh -git clone git@github.com:meshtastic/Meshtastic-Apple.git -cd Meshtastic-Apple -./scripts/setup-hooks.sh -open Meshtastic.xcworkspace -``` + ```sh + git clone git@github.com:meshtastic/Meshtastic-Apple.git + ``` +2. Open the local directory. + ```sh + cd Meshtastic-Apple + ``` +3. Set up git hooks to automatically lint the project when you commit changes. + ```sh + ./scripts/setup-hooks.sh + ``` +4. Open `Meshtastic.xcworkspace` + ```sh + open Meshtastic.xcworkspace + ``` +5. Build and run the `Meshtastic` target. ## Technical Standards