From 35a740596074ba92f7923a7fbe73de8768586daf Mon Sep 17 00:00:00 2001 From: Abhinav Garg Date: Mon, 4 Dec 2023 19:07:36 -0600 Subject: [PATCH] fixed changelog and specified distro Signed-off-by: Abhinav Garg --- CHANGELOG.md | 2 +- DEVELOPER_GUIDE.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a792d52e..fbf9b290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,7 +61,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Fixes `cargo make test` failing out of the box ([#117](https://github.com/opensearch-project/opensearch-rs/pull/117)) - Fixes f64 comparison in `yaml_test_runner` to use numeric-based comparison instead of string-based ([#150](https://github.com/opensearch-project/opensearch-rs/pull/150)) - Fixes YAML spec tests by adding u64 (unsigned long) support ([#167](https://github.com/opensearch-project/opensearch-rs/pull/167)) -- Fixes `DEVELOPER_GUIDE.md` to include complete information about setting up([#194](https://github.com/opensearch-project/opensearch-rs/pull/194)) +- Fixes `DEVELOPER_GUIDE.md` to include complete information about setting up ([#194](https://github.com/opensearch-project/opensearch-rs/pull/194)) ### Security [Unreleased]: https://github.com/opensearch-project/opensearch-rs/compare/v2.1.0...HEAD diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 97ec7d19..5f614b08 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -50,6 +50,8 @@ The following information will help in getting up and running. - [**Packages**]() Use your preferred package manager to install the following packages: + + Linux - `build-essential` - `pkg-config` - `libssl-dev`