Skip to content

Commit

Permalink
More complete update notes
Browse files Browse the repository at this point in the history
Signed-off-by: simonmicro <simon@simonmicro.de>
  • Loading branch information
simonmicro committed Aug 11, 2024
1 parent e3bb92b commit c51f31e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
$ git clone --recurse-submodules https://github.com/Open-Smartwatch/open-smartwatch-os.git
```
**As this repository contains binary data (e.g. schematics or images), make sure to have `git-lfs` installed!** Cloning this repository without `git-lfs` will result in missing or broken files.
4. To update the sources later on, run:
4. To update the sources / packages later on, run:
```bash
# pull new changes and update submodules
$ git pull
$ git submodule update --init --recursive
$ git submodule sync # make sure to propagate origin-changes
$ git submodule update --init --recursive # update / create theis commits
# update the PlatformIO packages
$ pio pkg update # use the small terminal-icon in the bottom left corner of VSCode
```

## Build
Expand Down
14 changes: 0 additions & 14 deletions scripts/update.sh

This file was deleted.

0 comments on commit c51f31e

Please sign in to comment.