SimulPiscator / AirSane

Publish SANE scanners to MacOS, Android, and Windows via Apple AirScan.
GNU General Public License v3.0
247 stars 26 forks source link

macOS documentation #49

Closed meiser79 closed 3 years ago

meiser79 commented 3 years ago

There're two issues in the macOS documentation.

diff --git a/README.macOS.md b/README.macOS.md
index 9d09b37..bbcac0b 100644
--- a/README.macOS.md
+++ b/README.macOS.md
@@ -12,7 +12,7 @@ There, execute the following commands:
 sudo port install sane-backends jpeg libpng
 sudo port install cmake
-git clone github.com/SimulPiscator/AirSane.git
+git clone https://github.com/SimulPiscator/AirSane.git
 mkdir AirSane-build && cd AirSane-build
 cmake  ../AirSane
 make
diff --git a/README.md b/README.md
index 50a6ed8..24c0af6 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Build files and instructions for OpenWRT have been published here:
 ### Build on macOS
 AirSane may be run on a macOS installation in order to serve locally attached
 scanners to eSCL clients such as Apple Image Capture. For instructions, see 
-[the macOS README file](README-macOS.md).
+[the macOS README file](README.macOS.md).

 ### Build and install from source on Debian/Ubuntu/Raspbian
 #### Build
SimulPiscator commented 3 years ago

Thanks a lot, I've applied your changes.