diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-05-09 13:21:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-09 13:21:50 +0300 |
commit | 579f96161885465b185966c503427b1172e62968 (patch) | |
tree | 04a4a5e1f5eddc7d7db4ec3f61b6602fe73d1513 /exampleSite | |
parent | a84bc7f2d9886611988201e5544ba43613424246 (diff) |
v5.0.3
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/README.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/exampleSite/README.md b/exampleSite/README.md index c9d32e0..89b6971 100644 --- a/exampleSite/README.md +++ b/exampleSite/README.md @@ -1,10 +1,9 @@ -# cState Example Site v5.0.2 +# cState Site v5.0.3 This is the default cState status page website directory/folder. -Example site repository link (you are here): https://github.com/cstate/example - -Main cState source code repository: https://github.com/cstate/cstate +* Example site repository link (you are here): https://github.com/cstate/example +* Main cState source code repository: https://github.com/cstate/cstate ## Are you updating? Use these commands @@ -19,9 +18,11 @@ Then do `git add -A; git commit -m "Update cState"; git push origin <branch, pro ## For maintainers (probably not for you) +Maintainers need to update both cstate/cstate and cstate/example for each new version. + Download this repo with all the directories. `git clone --recursive -b master https://github.com/cstate/example.git` -Make your changes. +Add your changes from cstate/cstate's exampleSite folder. Update the cState theme submodule. `git submodule foreach git pull origin master` |