Skip to content

Commit e69f63b

Browse files
authored
Update README.md
1 parent c6d5bd5 commit e69f63b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It provides the flexibility to implement different updating user experiences lik
1616
*The gopher in this image was created by [Takuya Ueda][tu], licensed under [Creative Commons 3.0 Attributions license][cc3-by].*
1717

1818
## Features
19-
* Flexible way to provide updates (ex: using Github!)
19+
* Flexible way to provide updates (ex: using Github or Gitlab!)
2020
* Cross platform support (Mac, Linux, Arm, and Windows)
2121
* RSA signature verification
2222
* Tooling to generate and verify signatures
@@ -54,10 +54,11 @@ The updater uses a `Provider` as an input source for updates. It provides files
5454

5555
Here is few examples of providers:
5656
* `provider.Github`: It will check for the latest release on Github with a specific zip name
57+
* `provider.Gitlab`: It will check for the latest release on Gitlab with a specific zip name
5758
* `provider.Local`: It will use a local folder, version will be defined in the VERSION file (can be used for testing, or in a company with a shared folder for example)
5859
* `provider.Zip`: Same as provider.Local but with a `Zip` file
5960

60-
*In the future there will be providers for FTP servers and Gitlab.*
61+
*In the future there will be providers for FTP servers and Google cloud storage.*
6162

6263
The updater will list the files and retrieve them the same way for all the providers:
6364

@@ -74,7 +75,7 @@ We recommend using [goxc](https://github.com/laher/goxc) for compiling your Go a
7475
### Planned features
7576
This project is currently under construction, here is some of the things to come:
7677
* More documentation and examples
77-
* Gitlab and FTP providers
78+
* Google cloud storage and FTP providers
7879
* Mutliple providers (enables the use of another provider if the first one is down)
7980
* Update channels for Github provider (alpha, beta, ...)
8081
* Rollback feature

0 commit comments

Comments
 (0)