diff --git a/README.md b/README.md index 27e9ea95..cb873037 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,6 @@ A C++ library for creating Monero applications using native bindings to [monero * Receive notifications when wallets sync, send, or receive. * Tested by over 100 tests in [monero-java](https://github.com/woodser/monero-java) and [monero-ts](https://github.com/woodser/monero-ts) using JNI and WebAssembly bindings. -## Table of contents - -* [Sample code](#sample-code) -* [Documentation](#documentation) -* [Using monero-cpp in your project](#using-monero-cpp-in-your-project) -* [Related projects](#related-projects) -* [License](#license) -* [Donations](#donations) - ## Sample code ```c++ @@ -170,7 +161,6 @@ For example, [monero-java](https://github.com/woodser/monero-java) compiles this ### Linux - 1. Clone the project repository if applicable: `git clone --recurse-submodules https://github.com/woodser/monero-cpp.git` 2. Update submodules: `cd monero-cpp && ./bin/update_submodules.sh` 3. `sudo apt update && sudo apt install build-essential cmake pkg-config libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libexpat1-dev libpgm-dev qttools5-dev-tools libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev libboost-chrono-dev libboost-date-time-dev libboost-filesystem-dev libboost-locale-dev libboost-program-options-dev libboost-regex-dev libboost-serialization-dev libboost-system-dev libboost-thread-dev python3 ccache doxygen graphviz nettle-dev libevent-dev`