Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexschimel authored Aug 12, 2022
1 parent 04643b0 commit fa7c368
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,15 @@ Iskaffe logo from photo by [Talia Anna](https://unsplash.com/photos/kZt3uHtIyiI)
## References

None to date.

## For developers

Appropriate sequence to develop:
* Pull latest commits on both *CoFFee* and *Iskaffe*
* Run *Iskaffe* to check if it runs on the latest *CoFFee* (warning at start-up if it doesn't).
* If outdated, start with updating *Iskaffe* to use latest *CoFFee*. When done, update *Iskaffe* verison number and push to origin
* Develop all processing on *CoFFee* and all GUI stuff on *Iskaffe*
* Finish with compiling the new *Iskaffe*
* When done, check if *CoFFee* was modified.
* If it was, increase version number (CFF_coffee_version), then push it up on git (including version tag)
* Next, do the same for Iskaffe (iskaffe_version()).

0 comments on commit fa7c368

Please sign in to comment.