Skip to content

Commit

Permalink
Updated readme to avoid merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Slyke committed Mar 17, 2021
1 parent 1935b2f commit 52c8adb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ To migrate your current IOTstack version, you can run:
```
$ cd ~/IOTstack
$ git remote set-url origin https://github.com/SensorsIot/IOTstack.git
$ git pull origin master
$ git checkout master
$ git fetch origin master
$ git reset --hard origin/master
$ docker-compose down
$ ./menu.sh
$ docker-compose up -d
```

This will override any changes you've made locally on files git tracks.

If you have questions about migrating your current stack, or why the migration occured, please ask on the Discord:
https://discord.gg/ZpKHnks

Expand Down

0 comments on commit 52c8adb

Please sign in to comment.