added noted for fish shell users

Trying to carry out the steps here in fish shell will result in the symlinks being incorrectly interpreted by Strapi at run time. Added a message here to make sure fish shell users don't spend a bunch of time trying to debug their setup (as I did).
This commit is contained in:
Nick Verwymeren 2018-12-17 15:47:59 -06:00 committed by GitHub
parent 4060370868
commit 7ea6950968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,8 @@ If you send a pull request, please do it against the `master` branch. We are dev
## Setup Development Environment
To facilitate the contribution, we drastically reduce the amount of commands necessary to install the entire development environment. First of all, you need to check if you're using the [required versions of Node.js and npm](https://strapi.io/documentation/3.x.x/getting-started/installation.html#requirements)
**Note: Fish shell users** - due to the way fish shell deals with symlinks, the following steps will not work.
Then, please follow the instructions below:
#### 1. ▪️ Fork the repository