Skip to content

Commit

Permalink
make README build command match CI build command
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartine-ias committed May 3, 2024
1 parent 5a44ecb commit 78fb3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ How to add a new extra template:
3. Run the following command to generate new [extra](#-extras) themes from the tokyonight plugin directory:

```sh
nvim --headless "+lua require('tokyonight.extra').setup()" +qa
nvim -u NONE -E -R --headless --cmd "set rtp^=." --cmd "packloadall" --cmd "lua require('tokyonight.extra').setup()" --cmd qa
```

4. Check the newly created themes in the `extra/` directory. Please **DO NOT**
Expand Down

0 comments on commit 78fb3d6

Please sign in to comment.