소스 검색

Added some helpful instructions

pull/4/head
Thorn Avery 3 년 전
부모
커밋
13154d6ac7
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +13
    -0
      tools/flow.md

+ 13
- 0
tools/flow.md 파일 보기

@@ -0,0 +1,13 @@
# Managing Game Flow
## Joining the game
* create an account on git.lain.church
* fork the iwakuraLain/LaiNomic repo
* add your player file, following the rules
* commit your work to your fork
* create a pull request to the iwakuraLain/LaiNomic

## Keeping your fork up to date
* clone your fork to your local computer
* run `git remote add upstream https://git.lain.church/iwakuraLain/LaiNomic`
* in order to pull in commits, run `git pull upstream master`
* you can then push the changes to your fork

불러오는 중...
취소
저장