Skip to content

Commit

Permalink
fix cql-gen install command (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoLiberali authored Jan 2, 2024
1 parent 16cb57d commit b55c71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cql/query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The generation of conditions is done with cql-gen. For this, we need to install

.. code-block:: bash
go install github.com/FrancoLiberali/cql/cql-gen
go install github.com/FrancoLiberali/cql/cql-gen@latest
Then, inside our project we will have to create a package called conditions
(or another name if you wish) and inside it a file with the following content:
Expand Down

0 comments on commit b55c71e

Please sign in to comment.