-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update external document links and credit text (#97)
* add link to & bold app subtitle, update expanded credit text * update external links * update README w/ instructions on using SSH keys
- Loading branch information
Showing
2 changed files
with
46 additions
and
18 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 |
---|---|---|
|
@@ -9,6 +9,13 @@ See also the [Contributing Guidelines](CONTRIBUTING.md) for more information. | |
To install the app from source: | ||
|
||
1. Clone the repository | ||
|
||
> **NOTE:** To use SSH keys to clone the repo and private submodule, | ||
> run the following command first to ensure that `git://` URls are used automatically: | ||
> ```bash | ||
> git config --global [email protected]:.> insteadOf https://github.com/ | ||
> ``` | ||
```bash | ||
git clone https://github.com/neurodatascience/us_climate_emotions_map.git | ||
|
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