Commit e13d886 1 parent 032e710 commit e13d886 Copy full SHA for e13d886
File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ See below for a [full list of commands](#commands).
35
35
36
36
# Installation
37
37
38
- ## Docker or Podman
39
-
38
+ < details >
39
+ < summary >Docker or Podman</ summary >
40
40
If you have Docker or Podman installed, the easist way to use imap-backup
41
41
is via the container image.
42
42
@@ -75,19 +75,21 @@ docker run -v ./my-config:/config -v ./my-data:/data -ti ghcr.io/joeyates/imap-b
75
75
--dns 8.8.8.8 \
76
76
imap-backup backup -c /config/imap-backup.json
77
77
```
78
+ </details >
78
79
79
- ## Homebrew (macOS)
80
-
80
+ < details >
81
+ < summary >Homebrew (macOS)</ summary >
81
82
![ Homebrew installs] ( https://img.shields.io/homebrew/installs/dm/imap-backup?label=Homebrew%20installs )
82
83
83
84
If you have [ Homebrew] ( https://brew.sh/ ) , do this:
84
85
85
86
``` sh
86
87
brew install imap-backup
87
88
```
89
+ </details >
88
90
89
- ## As a Ruby Gem
90
-
91
+ < details >
92
+ < summary >As a Ruby Gem</ summary >
91
93
* [ Rubygem]
92
94
93
95
``` sh
@@ -97,10 +99,12 @@ gem install imap-backup --no-document
97
99
If that doesn't work, see the [ detailed installation instructions] ( /docs/installation/rubygem.md ) .
98
100
99
101
[ Rubygem ] : https://rubygems.org/gems/imap-backup " Ruby gem at rubygems.org "
102
+ </details >
100
103
101
- ## From Source Code
102
-
104
+ < details >
105
+ < summary >From Source Code</ summary >
103
106
If you want to use imap-backup directly from the source code, see [ here] ( /docs/installation/source.md ) .
107
+ </details >
104
108
105
109
# Setup
106
110
You can’t perform that action at this time.
0 commit comments