Skip to content

Commit

Permalink
Merge pull request teracyhq#480 from hoavt/tasks/teracyhq#470-update-…
Browse files Browse the repository at this point in the history
…Readme-with-how-to-develop-section

teracyhq#470 | update README with how to develop section
  • Loading branch information
hoatle authored Sep 25, 2018
2 parents c168f33 + a6129e6 commit d778345
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@ Installation and Usage

Follow the guide at http://dev.teracy.org/docs/develop/getting_started.html

How to develop
--------------
Follow the commands below to pull the latest code of teracy-dev and you can continue to develop it.

.. code-block:: bash
$ cd ~/
$ git clone <your_forked_repo> teracy-dev
$ cd teracy-dev
$ git remote add upstream [email protected]:teracyhq/dev.git
$ git fetch upstream # get the changes from the upstream repo
$ git checkout develop # the develop branch to work on it
$ git branch -u upstream/develop # track the upstream's branch
$ git pull # update to the latest upstream's changes
License
-------
Expand Down

0 comments on commit d778345

Please sign in to comment.