Skip to content

Commit 8400c1e

Browse files
authored
docs: Update README.md
1 parent 881e309 commit 8400c1e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ vimdoc.
4747
Create an empty doc file:
4848

4949
```bash
50-
touch doc/${VIMDOC_PROJECT_NAME}.txt
51-
git commit -am "Add empty doc"
50+
touch doc/.gitkeepp
51+
git commit -am "Add empty doc folder"
5252
git push
5353
```
5454

55-
You don't actually need the file, only the `doc` folder but it is probably easiest to create a file.
56-
5755
Then add the following to `./.github/workflows/panvimdoc.yml`:
5856

5957
```yaml

0 commit comments

Comments
 (0)