Fix fork url

This commit is contained in:
djmaze 2021-07-16 16:49:48 +02:00
parent 5213b804d9
commit 1996c79240

View file

@ -10,7 +10,7 @@
1. Install node.js - `https://nodejs.org/download/` 1. Install node.js - `https://nodejs.org/download/`
2. Install yarn - `https://yarnpkg.com/en/docs/install` 2. Install yarn - `https://yarnpkg.com/en/docs/install`
3. Install gulp - `npm install gulp -g` 3. Install gulp - `npm install gulp -g`
4. Fork snappymail - `https://github.com/the-djmaze/snappymail/issues/new#fork-destination-box` 4. Fork snappymail from https://github.com/the-djmaze/snappymail
5. Clone snappymail - `git clone git@github.com:USERNAME/snappymail.git snappymail` 5. Clone snappymail - `git clone git@github.com:USERNAME/snappymail.git snappymail`
6. `cd snappymail` 6. `cd snappymail`
7. Install install all dependencies - `yarn install` 7. Install install all dependencies - `yarn install`