Skip to content

Commit

Permalink
feat(install): add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanMelly committed Feb 22, 2024
1 parent b0ec19b commit dde9e30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# NOMAD, a portable app installer

# Install
Run this command in a cmd
```shell
powershell -Command Invoke-WebRequest -Uri https://github.com/jonathanMelly/nomad/raw/main/install.bat -OutFile %TEMP%\downloaded.bat && %TEMP%\downloaded.bat
```
# Credits
This initial structure of this app was based on [goappmation](https://github.com/josephspurrier/goappmation).
It has then a lot evolved...
Expand Down

0 comments on commit dde9e30

Please sign in to comment.