Skip to content

Commit 48a764f

Browse files
committed
Update docs
Small paragraph updates to the README.md and the docs/index.md about seeing example outputs in the Examples folder.
1 parent 4e4f0b8 commit 48a764f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
MakeRPG is intended to be a system that allows anyone who can edit YAML files to make automatic characters from game systems.
44

5+
To see example outputs of a Character Index, Character Sheet, and NPC Sheet look in the `Examples/cyberpunk_2020/` folder.
6+
57
# Dependencies
68

79
MakeRPG runs using Python 3.7 and Django 2.1. You can install those however you like, but here is an easy way.

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
MakeRPG is intended to be a system that allows anyone who can edit plain text YAML files to make automatic characters from game systems.
44

5-
# [The Code is on GitHub](https://github.com/ericearlpdx/MakeRPG)
5+
To see example outputs download the Character Index, Character Sheet, and NPC Sheet from the code repository's `Examples/cyberpunk_2020/` folder on GitHub.
6+
7+
# [The Code Repository is on GitHub](https://github.com/ericearlpdx/MakeRPG)
68

79
The actual code is open-sourced on GitHub. It is written by `ericearlpdx` in Python 3.7 using Django 2.1. The CharacterCreator app's random name generator list of names was built using U.S. Census data. Please file bugs and feature requests using the [MakeRPG GitHub issues page](https://github.com/ericearlpdx/MakeRPG/issues).
810

0 commit comments

Comments
 (0)