File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,32 @@ sudo /usr/local/share/gcm-core/uninstall.sh
89
89
<a name =" linux-install-instructions " ></a >
90
90
### Linux
91
91
92
+ #### Experimental: install from source helper script
93
+
94
+ If you would like to help dogfood our new install from source helper script,
95
+ run the following:
96
+
97
+ 1 . To ensure ` curl ` is installed:
98
+
99
+ ``` shell
100
+ curl --version
101
+ ```
102
+
103
+ If ` curl ` is not installed, please use your distribution's package manager
104
+ to install it.
105
+
106
+ 0 . To download and run the script:
107
+
108
+ ``` shell
109
+ curl -LO https://raw.githubusercontent.com/GitCredentialManager/git-credential-manager/main/src/linux/Packaging.Linux/install-from-source.sh &&
110
+ sh ./install-from-source.sh &&
111
+ git-credential-manager-core configure
112
+ ```
113
+
114
+ __ Note:__ You will be prompted to enter your credentials so that the script
115
+ can download GCM's dependencies using your distribution's package
116
+ manager.
117
+
92
118
#### Ubuntu/Debian distributions
93
119
94
120
Download the latest [ .deb package] ( https://github.com/GitCredentialManager/git-credential-manager/releases/latest ) , and run the following:
You can’t perform that action at this time.
0 commit comments