Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
#37: add more information about SSH and git
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Seifert committed May 7, 2019
1 parent b7dbbf6 commit 7dc587a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -67,7 +67,7 @@ The following options are available in the `config.js` file:
}
```

An example for a git repository with ssh:
An example for a git repository with SSH:

```
{
Expand All @@ -90,7 +90,7 @@ An example for a git repository with ssh:
```


An example for a git repository with https:
An example for a git repository with HTTPS:

```
{
Expand All @@ -114,6 +114,8 @@ An example for a git repository with https:
};
```

AlexNotes uses [simple-git](https://github.com/steveukx/git-js) for git which is just a Node-based wrapper for your local git installation. That means any SSH keys you use to access your git repositories in the terminal will automatically work.


## Starting the Application

Expand Down

0 comments on commit 7dc587a

Please sign in to comment.