From 1e545eedb27c2e8b41c2591f78d65738736ee1c2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 17 Jul 2021 19:15:36 -0700 Subject: [PATCH] README.md: Update Change the reference to the 'src' directory into a reference to the 'utils' directory since commit c07779cfa7b3 ("AUTOTOOLS: Add a Makefile.am for the iscsi-* utilities") renamed the 'src' directory into 'utils'. Document the purpose of the test-tool directory. Fix the link to the release tarballs. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3503d05..15f9de6 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,15 @@ The library is fully asynchronous with regards to iSCSI commands and SCSI tasks, but a synchronous layer is also provided for ease of use for simpler applications. -The src directory contains a handful of useful iSCSI utilities such as logging -in to and enumerating all targets on a portal and all devices of a target. +The utils directory contains a handful of useful iSCSI utilities such as +logging in to and enumerating all targets on a portal and all devices of a +target. The examples directory contains example implementation of how to access both the synchronous and asynchronous APIs of libiscsi. +The test-tool directory contains an iSCSI conformance test suite. + Libiscsi is a work in progress. It aims to become a fully asynchronous library for iSCSI functionality, including all features required to establish and maintain an iSCSI session, as well as a low-level SCSI library to create @@ -256,9 +259,7 @@ Libiscsi has been tested on: RELEASE TARBALLS ================ -Release tarballs are available at -https://sites.google.com/site/libiscsitarballs/libiscsitarballs/ - +Release tarballs are available at https://github.com/sahlberg/libiscsi/tags. CONTRIBUTING ============