-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use correct data storage path on windows
- Loading branch information
Showing
3 changed files
with
21 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ brew install dhth/tap/omm | |
**go**: | ||
|
||
```sh | ||
go install github.com/dhth/[email protected].0 | ||
go install github.com/dhth/[email protected].1 | ||
``` | ||
|
||
Or get the binaries directly from a | ||
|
@@ -45,8 +45,8 @@ Or get the binaries directly from a | |
💡 Guide | ||
--- | ||
|
||
omm offers guided walkthrough of its features, intended for new users of it. Run | ||
it as follows. | ||
omm offers a guided walkthrough of its features, intended for new users of it. | ||
Run it as follows. | ||
|
||
```bash | ||
omm guide | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters