Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored Mar 28, 2024
1 parent 881e309 commit 8400c1e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ vimdoc.
Create an empty doc file:

```bash
touch doc/${VIMDOC_PROJECT_NAME}.txt
git commit -am "Add empty doc"
touch doc/.gitkeepp
git commit -am "Add empty doc folder"
git push
```

You don't actually need the file, only the `doc` folder but it is probably easiest to create a file.

Then add the following to `./.github/workflows/panvimdoc.yml`:

```yaml
Expand Down

0 comments on commit 8400c1e

Please sign in to comment.