Skip to content

Commit

Permalink
Update readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
divs1210 authored Mar 18, 2024
1 parent 0b8476e commit d543312
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Divyansh Prakash
Copyright (c) 2023-2024 Divyansh Prakash

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ let u: isUser = as(isUser, {
### Install
PredScript is developed against `node 20.6.1`.
Use [nvm](https://github.com/nvm-sh/nvm) to install it.
```shell
$ nvm install 20.6.1
$ nvm use 20.6.1
```
Download and install PredScript
```shell
$ git clone https://github.com/divs1210/PredScript
$ cd PredScript
Expand All @@ -83,6 +93,6 @@ $ node dist/index.js
## License
MIT License
[MIT License](/LICENSE)
(C) Divyansh Prakash, 2023
(C) Divyansh Prakash, 2023-2024
Binary file modified examples/core.ps
Binary file not shown.
Binary file modified examples/dot.ps
Binary file not shown.

0 comments on commit d543312

Please sign in to comment.