mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Improve formatting of Getting Started section in README
This commit is contained in:
parent
9c8015e6cf
commit
bcc2970a33
1 changed files with 16 additions and 10 deletions
26
README.md
26
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue