Skip to content

Commit

Permalink
use --devmode as it looks less scary
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Nov 30, 2019
1 parent a0ac129 commit c94acdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ GitHub `releases page <https://github.com/iterative/dvc/releases>`_.

.. code-block:: bash
snap install dvc_*.snap --dangerous --classic
snap install --devmode dvc_*.snap
Package
-------
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: Data Version Control
description: Git for Data & Models https://dvc.org
adopt-info: dvc
grade: stable
confinement: classic
confinement: devmode
base: core18
license: Apache-2.0
plugs:
Expand Down

0 comments on commit c94acdf

Please sign in to comment.