Added README with instructions to set and run a dev environmet #18

Merged
meliurwen merged 3 commits from meta-readme into dev 3 years ago
meliurwen commented 3 years ago (Migrated from github.com)
Owner

Description

See the issue related, what is done in the commits and in the changelog below.

Now a README is available with a short description and the necessary instructions to build, install, lint and test the package.

Merge into Dev Checklist

  • Manual grammar and formatting check

Changelog

  • Added short description to the README
  • Added build, install, lint and test to the README
## Description See the issue related, what is done in the commits and in the changelog below. Now a README is available with a short description and the necessary instructions to build, install, lint and test the package. ## Issues related * #15 ## Merge into Dev Checklist * [x] Manual grammar and formatting check ## Changelog * Added short description to the README * Added build, install, lint and test to the README
AlessandroBregoli commented 3 years ago (Migrated from github.com)
Owner

There are two main points to discuss and solve

  1. At this stage of the project there is nothing to install as no binary is implemented.
  2. As described in CARGO doc the file cargo.lock is not tracked since this is a library. For this reason the locked parameter is not necessary.
There are two main points to discuss and solve 1. At this stage of the project there is nothing to install as no binary is implemented. 2. As described in [CARGO doc](https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html) the file cargo.lock is not tracked since this is a library. For this reason the locked parameter is not necessary.
meliurwen commented 3 years ago (Migrated from github.com)
Owner

It should be fixed now

It should be fixed now
AlessandroBregoli (Migrated from github.com) approved these changes 3 years ago
The pull request has been merged as 2b0a753efc.
Sign in to join this conversation.
Loading…
There is no content yet.