Skip to content

Commit

Permalink
Update README with correct URL and Linux test instructions (pinchbv#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner authored Feb 1, 2020
1 parent 89bf9c6 commit 5aa9486
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,9 @@ class Person {

## Testing
In order to run database tests on your development machine without the need to deploy the code to an actual device, the setup has to be configured as shown in the following.
For more test references, check out the [project's tests](https://github.com/vitusortner/floor/tree/develop/floor/integration).
For more test references, check out the [project's tests](https://github.com/vitusortner/floor/tree/develop/floor/test/integration).

In case you're running Linux, make sure to have sqlite3 and libsqlite3-dev installed.

#### pubspec.yaml
```yaml
Expand Down Expand Up @@ -546,7 +548,7 @@ void main() {
```

## Examples
For further examples take a look at the [example](https://github.com/vitusortner/floor/tree/develop/example) and [test](https://github.com/vitusortner/floor/tree/develop/floor/integration) directories.
For further examples take a look at the [example](https://github.com/vitusortner/floor/tree/develop/example) and [test](https://github.com/vitusortner/floor/tree/develop/floor/test/integration) directories.

## Naming
*Floor - the bottom layer of a [Room](https://developer.android.com/topic/libraries/architecture/room).*
Expand Down
6 changes: 4 additions & 2 deletions floor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,9 @@ class Person {

## Testing
In order to run database tests on your development machine without the need to deploy the code to an actual device, the setup has to be configured as shown in the following.
For more test references, check out the [project's tests](https://github.com/vitusortner/floor/tree/develop/floor/integration).
For more test references, check out the [project's tests](https://github.com/vitusortner/floor/tree/develop/floor/test/integration).

In case you're running Linux, make sure to have sqlite3 and libsqlite3-dev installed.

#### pubspec.yaml
```yaml
Expand Down Expand Up @@ -546,7 +548,7 @@ void main() {
```

## Examples
For further examples take a look at the [example](https://github.com/vitusortner/floor/tree/develop/example) and [test](https://github.com/vitusortner/floor/tree/develop/floor/integration) directories.
For further examples take a look at the [example](https://github.com/vitusortner/floor/tree/develop/example) and [test](https://github.com/vitusortner/floor/tree/develop/floor/test/integration) directories.

## Naming
*Floor - the bottom layer of a [Room](https://developer.android.com/topic/libraries/architecture/room).*
Expand Down

0 comments on commit 5aa9486

Please sign in to comment.