Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Disservin committed Sep 23, 2024
1 parent b3d6289 commit 74dedfe
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Update submodules
# Vitepress App to combine all Stockfish documentations

## Run locally

```bash
npm install
npm run docs:dev
```

### Preview

```bash
npm run docs:preview
```

## Update submodules

```bash
git submodule foreach git pull origin master
./update.sh
```

0 comments on commit 74dedfe

Please sign in to comment.