Skip to content

Commit

Permalink
update README after setup on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
agilous committed Dec 31, 2023
1 parent 6ea2042 commit 02b70c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit 02b70c1

Please sign in to comment.