Skip to content

Commit

Permalink
Updated install instructions (#9)
Browse files Browse the repository at this point in the history
* Updated install instructions

* Update INSTALL.md

Co-authored-by: Nato Boram <NatoBoram@users.noreply.github.com>

* Update INSTALL.md

Co-authored-by: Nato Boram <NatoBoram@users.noreply.github.com>

Co-authored-by: thismat <m@thismat.com>
Co-authored-by: Nato Boram <NatoBoram@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 18, 2021
1 parent 272ce20 commit 355d997
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions INSTALL.md
Expand Up @@ -53,3 +53,24 @@ Example:
}
}
```

If the profiles are listed as below:

```jsonc
"profiles": [
// list of profiles
]
```

Change it to:

```jsonc
"profiles": {
"defaults": {
"colorScheme": "Dracula"
},
"list": [
// list of profiles
]
},
```

0 comments on commit 355d997

Please sign in to comment.