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
Copy file name to clipboardExpand all lines: README.md
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,12 @@ every output requires human-expert verification. New here? See the
64
64
npx medsci-skills install # copies every skill into your agent's folder
65
65
```
66
66
67
+
**Recommended (especially for clinicians):** add `--enable-update-notify` so Claude Code shows a one-line *"update available"* notice when a new version ships — otherwise you stay on the version you installed and are never told. (No terminal at all? The classroom installer below turns this on for you.)
This turnkey install also **turns on in-app update reminders** and adds an **"Update MedSci Skills"** Desktop icon, so you are told when a new version ships and can update with one click — no terminal needed (see [Updating](#updating)).
507
+
500
508
Then restart Claude Code Desktop, Codex Desktop, or Cursor and test with:
501
509
502
510
```text
@@ -548,19 +556,22 @@ See [docs/classroom_distribution_plan.md](docs/classroom_distribution_plan.md) a
548
556
549
557
MedSci Skills updates often. You do **not** need GitHub, git, or the command line to stay current.
550
558
551
-
-**One click (recommended for the classroom install).** After installing, an updater is placed at
552
-
`~/.medsci-skills/updater/` (and, if you chose `--desktop-launcher`, an **"Update MedSci Skills"**
553
-
icon on your Desktop). Double-click it: it downloads the latest release from GitHub, verifies it,
554
-
and re-installs — transactionally, so an interrupted update never corrupts your install.
559
+
-**One click (recommended for the classroom install).** The classroom installer (Option 1) now
560
+
sets this up for you automatically — it places an updater at `~/.medsci-skills/updater/`, drops an
561
+
**"Update MedSci Skills"** icon on your Desktop (`--desktop-launcher`), and **turns on the in-app
562
+
update reminder** (below). Double-click the icon: it downloads the latest release from GitHub,
563
+
verifies it, and re-installs — transactionally, so an interrupted update never corrupts your install.
555
564
-**Already installed an old copy?** Re-download the latest classroom ZIP **once** and double-click
556
565
the installer; from then on the one-click updater is in place for every future update.
557
566
-**Terminal users:**`npx medsci-skills@latest install` always installs the latest.
558
567
-**Just checking:**`python3 installers/install.py --check-update` reports whether a newer version
559
568
is available and installs nothing.
560
-
-**Get reminded (opt-in, Claude Code):**`python3 installers/install.py --enable-update-notify`
561
-
shows a one-line *"update available"* notice when a Claude Code session starts. It is **off by
562
-
default**, checks at most once a day, reads nothing about your session, and never installs
563
-
anything. Turn it off with `--disable-update-notify`, or silence it with `MEDSCI_NO_UPDATE_CHECK=1`.
0 commit comments