Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolab committed Feb 19, 2021
1 parent dae9c60 commit 5eab886
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h3><a id="development" class="anchor" href="#development">
</svg>
</a>Development</h3>

<ol><li>You only need Git, Docker and Docker-compose installed on your machine.</li><li>Clone this repo and run <code>./scripts/prepare</code>.</li><li>Run first <code>docker-compose up</code>,</li><li>1. then enter to container <code>docker-compose exec test_pg bash</code> (or <code>test_sqlite</code> service),</li><li>2. into the container <code>just dev-spec</code>.</li><li>Check the project before committing or pushing, from the host: <code>./scripts/check</code></li></ol>
<ol><li>You only need Git, Docker and Docker-compose installed on your machine.</li><li>Clone this repo and run <code>./scripts/prepare</code>.</li><li>Run first <code>docker-compose up</code>,</li><li>then enter to container <code>docker-compose exec test_pg bash</code> (or <code>test_sqlite</code> service),</li><li>into the container <code>just dev-spec</code>.</li><li>Check the project before committing or pushing, from the host: <code>./scripts/check</code></li></ol>

<p>It's just Docker and docker-compose, you can directly type all the commands Docker and docker-compose.</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dbx
version: 0.4.0
version: 0.4.1
crystal: ">= 0.35.0, < 2.0.0"
license: MIT

Expand Down

0 comments on commit 5eab886

Please sign in to comment.