gitwrit 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,6 +32,18 @@ yarn global add gitwrit
32
32
 
33
33
  ---
34
34
 
35
+ ## Updating
36
+
37
+ To update gitwrit to the latest version:
38
+ ```sh
39
+ npm install -g gitwrit@latest
40
+ ```
41
+
42
+ Starting from v0.2.1, gitwrit will automatically notify you when a new version
43
+ is available after every command—so you will never need to check manually again.
44
+
45
+ ---
46
+
35
47
  ## Quick start
36
48
 
37
49
  ```sh
@@ -101,6 +113,7 @@ gitwrit checks for updates automatically after every command. If a newer version
101
113
  · Update available: 0.2.1 → 0.3.0 Run npm install -g gitwrit to update.
102
114
  ```
103
115
 
116
+
104
117
  The check runs in the background, caches for 24 hours, and fails silently if you are offline. It will never interrupt or slow down your workflow.
105
118
 
106
119
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitwrit",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Private, versioned writing for people who live in the terminal.",
5
5
  "type": "module",
6
6
  "license": "MIT",