Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-11-03 02:59:38 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-11-03 02:59:38 +0300
commit50ce7d8f12cdd3e4514b409dcc3718ce8897d1a5 (patch)
tree83e9bf9fa275720149542d1c191434e905cfc2d2
parent9d2a864c195ed35e0f6fa1f84ab7987fa5e1b380 (diff)
Fixes
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md10
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfc254e..21a5ea9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,7 @@
* Platform optimized
* Reduced the package size
* Includes .NET Core assemblies and dont require the installation of .NET Core
- * Can execute UVtools by double click on "UVtools" file or via ".\UVtools" on terminal
+ * Can execute UVtools by double click on "UVtools" file or via "./UVtools" on terminal
* **Naming:** UVtools_[os]-[architecture]_v[version].zip
* **"universal"** zip file that includes the portable version, os and architecture independent but requires dotnet to run, these build were used in all previous versions
diff --git a/README.md b/README.md
index 5ed37c4..5a15398 100644
--- a/README.md
+++ b/README.md
@@ -182,8 +182,9 @@ sudo apt-get install -y libjpeg-dev libpng-dev libgeotiff-dev libdc1394-22 libav
To run UVtools open it folder on a terminal and call one of:
* Double-click UVtools file
-* `dotnet UVtools.dll`
-* `sh UVtools.sh`
+* `./UVtools`
+* `dotnet UVtools.dll` [For universal package only]
+* `sh UVtools.sh` [For universal package only]
* As a pratical alternative you can create a shortcut on Desktop
### Mac
@@ -206,8 +207,9 @@ brew cask install dotnet
To run UVtools open it folder on a terminal and call one of:
* Double-click UVtools file
-* `dotnet UVtools.dll`
-* `sh UVtools.sh`
+* `./UVtools`
+* `dotnet UVtools.dll` [For universal package only]
+* `sh UVtools.sh` [For universal package only]
* As a pratical alternative you can create a shortcut on Desktop
## How to use