Skip to content

Commit

Permalink
Update README.md [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Oct 18, 2023
1 parent d70a5b6 commit b3af3f8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<img src="/docs/src/assets/logo.svg" width=400px alt="ToQUBO.jl" />
</a>
<br>
<a href="/actions/workflows/ci.yml">
<img src="https://github.com/pedromxavier/PseudoBooleanOptimization.jl/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI" />
</a>
<a href="https://pedromxavier.github.com/PseudoBooleanOptimization.jl/dev">
<img src="https://img.shields.io/badge/docs-dev-blue.svg" alt="Docs">
</a>

[![codecov](https://codecov.io/gh/psrenergy/PseudoBooleanOptimization.jl/graph/badge.svg?token=87V5MR99ET)](https://codecov.io/gh/psrenergy/PseudoBooleanOptimization.jl)
[![CI](https://github.com/psrenergy/PseudoBooleanOptimization.jl/actions/workflows/ci.yml/badge.svg?branch=main)](/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://psrenergy.github.com/PseudoBooleanOptimization.jl/dev)

</div>

## Introduction
Expand All @@ -19,7 +18,7 @@ $$ f(\mathbf{x}) = \sum_{\omega \subseteq [n]} c_{\omega} \prod_{j \in \omega} x

## Installation
```julia
julia> import Pkg; Pkg.add(url="https://github.com/pedromxavier/PseudoBooleanOptimization.jl")
julia> import Pkg; Pkg.add("PseudoBooleanOptimization")
```

## Getting Started
Expand Down

2 comments on commit b3af3f8

@pedromxavier
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/93672

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" b3af3f8bdf47172daec50c0e535f67d598c6769c
git push origin v0.2.0

Please sign in to comment.