summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkitty piapiac <kcp@bsd.computer>2020-07-31 04:39:41 -0700
committerkitty piapiac <kcp@bsd.computer>2020-07-31 04:39:41 -0700
commite44f1b2355c61c2c8c7930f5c4b879bf55ec31a3 (patch)
tree65cbc59db9799c9ca2c10627527f73b96cea21d4 /README.md
parent6749e8b5c77cc1f8884dada564d6290e1b9860fd (diff)
(/・・)ノ closes windows
- small bugfix - updated readme.md to include config section - updated .gitignore to ignore config.nim - added config.def.nim
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9d9953..9ac352e 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,9 @@ i have a few goals in mind while writing this project
- be small and fairly minimalist
- help myself learn nim and get around x11
-
+## config
+the default config is [src/config.def.nim]; you can duplicate it (and be sure to rename it to config.nim) and make changes to your liking
+
## development
clone using
```