-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,7 @@ A simple [Rails](https://rubyonrails.org/) application that categorizes banking | |
|
||
## Dependencies | ||
* [asdf](https://asdf-vm.com/#/) | ||
* [Ruby](https://www.ruby-lang.org/en/) 3.2.2 | ||
* [Rails](https://rubyonrails.org/) 7.2.0 | ||
* [PostgreSQL](https://www.postgresql.org/) - Tested with PostgreSQL 14 but earlier versions should work. | ||
|
||
## Setup | ||
Check out the code: | ||
|
@@ -16,6 +15,7 @@ git clone [email protected]:agilous/transcat.git | |
On a * nix environment, just run: | ||
```sh | ||
cd transcat # presuming you ran the command above and did not rename the directory | ||
asdf install | ||
./bin/setup | ||
``` | ||
and you should be setup to go. | ||
|