Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1871

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
<img src="website/static/img/logo.png" alt="logo" width="15%" />

# Infer ![build](https://github.com/facebook/infer/actions/workflows/install.yml/badge.svg) ![website](https://github.com/facebook/infer/actions/workflows/deploy.yml/badge.svg)
# Infer ![Build Status](https://github.com/facebook/infer/actions/workflows/install.yml/badge.svg) ![Website](https://github.com/facebook/infer/actions/workflows/deploy.yml/badge.svg)

[Infer](http://fbinfer.com/) is a static analysis tool for Java,
C++, Objective-C, and C. Infer is written in [OCaml](https://ocaml.org/).
[Infer](http://fbinfer.com/) is a 🔍 **static analysis tool** for **Java, C++, Objective-C,** and **C**.
It’s crafted in 🦄 [OCaml](https://ocaml.org/).

## Installation
---

Read our [Getting
Started](http://fbinfer.com/docs/getting-started) page for
details on how to install packaged versions of Infer. To build Infer
from source, see [INSTALL.md](./INSTALL.md).
## 🚀 Installation

## Contributing
Check out our [**Getting Started**](http://fbinfer.com/docs/getting-started) page for instructions on installing packaged versions of Infer.
To build Infer from source, see [**INSTALL.md**](./INSTALL.md).

See [CONTRIBUTING.md](./CONTRIBUTING.md).
---

## License
## 🤝 Contributing

Infer is MIT-licensed.
We welcome contributions! Please see [**CONTRIBUTING.md**](./CONTRIBUTING.md) for details.

Note: Enabling Java support may require you to download and install
components licensed under the GPL.
---

## 📜 License

Infer is **MIT-licensed**.

> **Note:** Enabling Java support may require downloading and installing components under the **GPL** license.