Skip to content

Commit

Permalink
INSTALL.md: move back to root directory to fix Dracula website.
Browse files Browse the repository at this point in the history
When the INSTALL.md directory was moved from the root of the repository,
it disappeared from the draculatheme.com website. Moving it back should
fix it.

It disappeared because the Dracula website relies on the contents of
INSTALL.md to generate the HTML for the page. When it was moved, it did
not know what to do.

Signed-off-by: Ethan Carter Edwards <[email protected]>
  • Loading branch information
ethancedwards8 committed Jan 1, 2025
1 parent e948401 commit 68a7ddb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/INSTALL.md → INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ programs.tmux = {
1. Make sure `run -b '~/.tmux/plugins/tpm/tpm'` is at the bottom of your .tmux.conf
2. Run tmux
3. Use the tpm install command: `prefix + I` (default prefix is ctrl+b)

#### Configuration

The configuration options are documented on [our GitHub](https://github.com/dracula/tmux/blob/master/docs/CONFIG.md)

0 comments on commit 68a7ddb

Please sign in to comment.