Merge pull request #39 from 1138-4EB/patch-1

Update contribute.rst
pull/43/head
Anthony Lapenna 2018-01-02 12:50:50 +01:00 committed by GitHub
commit 7b1de936c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -32,13 +32,13 @@ Build the app locally:
.. code-block:: bash
$ grunt build
$ yarn grunt build
Start a watched build process:
.. code-block:: bash
$ grunt run-dev
$ yarn grunt run-dev
Access Portainer at `http://localhost:9000 <http://localhost:9000>`_
@ -50,7 +50,7 @@ Access Portainer at `http://localhost:9000 <http://localhost:9000>`_
.. code-block:: bash
$ grunt lint
$ yarn grunt lint
Contribution guidelines
=======================