Skip to content

Commit

Permalink
Merge pull request #4 from C-Text/feature/add_install_commands
Browse files Browse the repository at this point in the history
Addings project workflows steps
  • Loading branch information
starcruiser5289 authored Sep 30, 2020
2 parents c868abb + 6b2f74c commit 53b5a09
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,17 @@ Depandencies :

gcc
make

Prepare the project :

git clone [email protected]:C-Text/CText.git
git flow init


Create a new feature :

git flow feature start <my_feature>


Finish a feature :
Open a Pull Request -> base: develop, compare: feature/<my_feature>

0 comments on commit 53b5a09

Please sign in to comment.