Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlttiRi committed Feb 6, 2022
2 parents 74bbade + 1d9a4e1 commit 151a23a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ In short.
- Open a terminal (CMD.exe, for example) in a folder you want to scan,
- Run the scanner (JS file) with Node.js: type in a terminal _(for Windows with CMD)_:
```cmd
node C:\%HOMEPATH%\Downloads\zz-dir-scanner.mjs
node %USERPROFILE%\Downloads\zz-dir-scanner.mjs
```
- Don't forget to type enter.

The result will be in your download folder.

---

_Note: replace `C:\%HOMEPATH%\Downloads\zz-dir-scanner.mjs` with the path to the scanner file if you have moved it from the download folder to an other place._
_Note: replace `%USERPROFILE%\Downloads\zz-dir-scanner.mjs` with the path to the scanner file if you have moved it from the download folder to an other place._

---

Expand Down
2 changes: 1 addition & 1 deletion src/components/Guide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="guide">
<div class="text-wrapper">
<h2>No scan selected</h2>
<div>Use you own directory scan file (created with
<div>Use your own directory scan file (created with
<a href="https://github.com/AlttiRi/directory-snapshot-explorer#how-to-use" target="_blank">the scanner</a>).
</div>
<div class="">Or use the demo scans to take a look at the program work:
Expand Down

0 comments on commit 151a23a

Please sign in to comment.