-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor readme and contributing grammar and formatting fixes
- Loading branch information
1 parent
1e5c53d
commit 276fad8
Showing
2 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ Scribe-iOS is developed using the [Swift](https://developer.apple.com/swift/) co | |
> | ||
> - e.g. Cloning now becomes `git clone [email protected]:<your-username>/Scribe-iOS.git` | ||
> | ||
> GitHub also has their documentation on how to [Generate new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). 🔑 | ||
> GitHub also has their documentation on how to [Generate a new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) 🔑 | ||
> | ||
> </p> | ||
> </details> | ||
|
@@ -115,11 +115,11 @@ Now, if you run `git remote -v` you should see two remote repositories named: | |
|
||
4. In order to run Scribe on an emulator: | ||
|
||
- Read the [documentation from Apple](https://developer.apple.com/documentation/xcode/running-your-app-in-the-simulator-or-on-a-device) if need be | ||
- In the top bar select Scribe as the scheme | ||
- If you're debugging you'll need to select the keyboard you're testing as the scheme (see the [note on debugging](#note-on-debugging) below) | ||
- Select a device to run the app on | ||
- Press the run button marked `Start the active scheme` | ||
- Read the [documentation from Apple](https://developer.apple.com/documentation/xcode/running-your-app-in-the-simulator-or-on-a-device) if need be | ||
- In the top bar select Scribe as the scheme | ||
- If you're debugging you'll need to select the keyboard you're testing as the scheme (see the [note on debugging](#note-on-debugging) below) | ||
- Select a device to run the app on | ||
- Press the run button marked `Start the active scheme` | ||
|
||
From there code edits that are made will be reflected in the app each time the active scheme is restarted. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,7 +134,7 @@ Scribe-iOS is developed using the [Swift](https://developer.apple.com/swift/) co | |
> | ||
> - e.g. Cloning now becomes `git clone [email protected]:<your-username>/Scribe-iOS.git` | ||
> | ||
> GitHub also has their documentation on how to [Generate new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). 🔑 | ||
> GitHub also has their documentation on how to [Generate a new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) 🔑 | ||
> | ||
> </p> | ||
> </details> | ||
|
@@ -157,10 +157,11 @@ Now, if you run `git remote -v` you should see two remote repositories named: | |
|
||
4. In order to run Scribe on an emulator: | ||
|
||
- Read the [documentation from Apple](https://developer.apple.com/documentation/xcode/running-your-app-in-the-simulator-or-on-a-device) if need be | ||
- In the top bar select Scribe as the scheme | ||
- Select a device to run the app on | ||
- Press the run button marked `Start the active scheme` | ||
- Read the [documentation from Apple](https://developer.apple.com/documentation/xcode/running-your-app-in-the-simulator-or-on-a-device) if need be | ||
- In the top bar select Scribe as the scheme | ||
- If you're debugging you'll need to select the keyboard you're testing as the scheme (see the [note on debugging](#note-on-debugging) below) | ||
- Select a device to run the app on | ||
- Press the run button marked `Start the active scheme` | ||
|
||
From there code edits that are made will be reflected in the app each time the active scheme is restarted. | ||
|
||
|