Skip to content

Commit

Permalink
docs: remove travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Feb 4, 2021
1 parent 42e184d commit 7a3135c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
@@ -1,7 +1,6 @@
# get-firefox


[![Build Status](https://travis-ci.com/freaktechnik/get-firefox.svg?branch=master)](https://travis-ci.com/freaktechnik/get-firefox) [![codecov.io](https://codecov.io/github/freaktechnik/get-firefox/coverage.svg?branch=master)](https://codecov.io/github/freaktechnik/get-firefox?branch=master)
[![codecov.io](https://codecov.io/github/freaktechnik/get-firefox/coverage.svg?branch=master)](https://codecov.io/github/freaktechnik/get-firefox?branch=master)

Download the latest Firefox from the command line. Supports almost any release,
except on Android.
Expand All @@ -10,7 +9,9 @@ This package works mostly without relying on
[archive.mozilla.org](https://archive.mozilla.org).

## Usage

### In the command line

Run `npx get-firefox --platform android --target fennec.apk --architecture arm-v15`
in the console to download the latest Firefox nightly for Android as `fennec.apk`.

Expand All @@ -21,15 +22,19 @@ The extraction option can not extract `.dmg` or `.exe` packages.
Use `hdiutil`or similar to access the contents of the `.dmg`.

### As node module

```js
var getFirefox = require("get-firefox");
```

The main module implements a few public methods, see the binary file for their usage.

## Similar tools

- https://github.com/mozilla/mozdownload
- https://github.com/freaktechnik/moz-download-url

## License

The source code in this package is licensed under the MPL-2.0. A copy of the
license text can be found in the [LICENSE](LICENSE) file.

0 comments on commit 7a3135c

Please sign in to comment.