Skip to content

Commit

Permalink
chore: add installer
Browse files Browse the repository at this point in the history
added a installer for windows

installer is made to be deployed to cloudflare workers
  • Loading branch information
Tricked-dev committed Oct 20, 2021
1 parent 98e7db1 commit ed3cc7c
Show file tree
Hide file tree
Showing 11 changed files with 1,566 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
.diplo/*
diplo.json
diplo.toml
/target
**/*.rs.bk
wasm-pack.log
build/
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

##### Documentation [Tricked.pro/diplo](https://tricked.pro/diplo)

- [Installing](#installing)
- [Installing](#installing) - [windows installer](#windows-installer)
- [Features](#features)
- [File watching](#file-watching)
- [Easy dependencies](#easy-dependencies)
Expand All @@ -26,6 +26,12 @@

You can download diplo from the [releases tab](https://github.com/Tricked-dev/diplo/releases) or install it using `cargo install diplo`

### windows installer

```ps
iwr https://diplo.tricked.pro/installer.ps1 -useb | iex
```

After that you can run `diplo init` for a interactive setup.
or use `diplo init -y` for a one command setup

Expand Down
Empty file added installer/.cargo-ok
Empty file.
4 changes: 4 additions & 0 deletions installer/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/target
**/*.rs.bk
wasm-pack.log
build/
Loading

0 comments on commit ed3cc7c

Please sign in to comment.