Skip to content

Commit 1aacd07

Browse files
authored
Merge pull request #36 from abhi18av/patch-1
Highlight the global and project specific config
2 parents b1eaaa6 + 6b22421 commit 1aacd07

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

extras/CONFIG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
Almost every behavior of projectable can be custommized through a simple `toml`
44
file.
55

6+
### Global config
7+
68
To get started, run `prj --make-config` to create a new config file. Then, run
79
`prj --config` to get the location of your config file. Go to that directory,
810
and edit the TOML file.
911

12+
### Project-specific config
13+
1014
Additionally, you can create _project local_ configurations. Just create a
1115
`.projectable.toml` file anywhere, and it'll be merged with your global
1216
configuration. This allows you to have specific commands depending on your

0 commit comments

Comments
 (0)