You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Install the required [dependencies](https://recipya.musicavis.ca/docs/development/intro/#dependencies).
48
-
3.[Build](https://recipes.musicavis.ca/guide/docs/development/build/) the project.
48
+
3.[Build](https://recipya.musicavis.ca/docs/development/build/) the project.
49
49
50
-
Alternatively, you may use the [development container](https://recipes.musicavis.ca/guide/docs/development/devcontainer/).
50
+
Alternatively, you may use the [development container](https://recipya.musicavis.ca/docs/development/devcontainer/).
51
51
Recipya's Docker [container](https://github.com/reaper47/recipya/tree/main/.devcontainer) includes all the necessary tools and dependencies
52
52
you need to start writing code quickly.
53
53
54
54
### Updating
55
55
56
56
#### Docker
57
57
58
-
Please follow these [instructions](https://recipes.musicavis.ca/guide/docs/installation/docker/#updating-your-container-1)
58
+
Please follow these [instructions](https://recipya.musicavis.ca/docs/installation/docker/#updating-your-container-1)
59
59
to update your Docker instance.
60
60
61
61
#### Release build
62
62
63
63
If you installed a release build of Recipya, i.e. v1.0.0, then the software will notify you once an update is available.
64
-
You can [self-update](https://recipes.musicavis.ca/guide/docs/features/updater) the application from the settings dialog.
64
+
You can [self-update](https://recipya.musicavis.ca/docs/features/updater) the application from the settings dialog.
65
65
66
-
Let's explain the mechanism developers. Basically, a cron job is run [every three days]((https://github.com/reaper47/recipya/blob/main/internal/jobs/jobs.go#L70-L82))
66
+
Let's explain the mechanism developers. Basically, a cron job is run [every three days](https://github.com/reaper47/recipya/blob/main/internal/jobs/jobs.go#L70-L82)
67
67
to check whether there is a new GitHub release. If so, the update indicators in the UI will be enabled. Once the user presses
68
68
the "Update" button, the latest release is fetched, unpacked and the application restarted.
0 commit comments