-
Notifications
You must be signed in to change notification settings - Fork 26
doc: Update readme #609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: Update readme #609
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -76,6 +76,10 @@ To use the components in this repository, you have a few options: | |||||||||||||||||
| 1. You can clone espp somewhere on your computer and then point your project to | ||||||||||||||||||
| its `components` directory to use any of the components it contains, similar | ||||||||||||||||||
| to the step above. | ||||||||||||||||||
|
|
||||||||||||||||||
| Note: you should ensure that you clone recursively or run `git submodule | ||||||||||||||||||
| update --init --recursive` to ensure that you have the latest versions of all | ||||||||||||||||||
| the submodules which are required to build the components in this repository. | ||||||||||||||||||
|
Comment on lines
+80
to
+82
|
||||||||||||||||||
| Note: you should ensure that you clone recursively or run `git submodule | |
| update --init --recursive` to ensure that you have the latest versions of all | |
| the submodules which are required to build the components in this repository. | |
| NOTE: you should ensure that you clone with submodules, for example by using | |
| `git clone --recurse-submodules`, or, if you have already cloned the | |
| repository, by running `git submodule update --init --recursive` to ensure | |
| that all required submodules are checked out at the commits pinned by this | |
| repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 79 contains whitespace on an otherwise blank line. Consider removing the trailing spaces to avoid noisy diffs and potential markdown formatting/lint issues.