We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11e8fd commit b391eacCopy full SHA for b391eac
docs/source/installation/uv.rst
@@ -41,11 +41,22 @@ Installation Steps
41
42
$ uv build
43
44
-5. Install AttackMate using
+5. Install AttackMate and it`s dependencies using
45
46
::
47
48
- $ uv pip install
+ $ uv pip install .
49
50
51
+6. You can run AttackMate in the project environment with
52
53
+::
54
+
55
+ $ uv run attackmate
56
57
58
59
+.. warning::
60
61
+ Please note that you need to :ref:`sliver-fix` if you want
62
+ to use the sliver commands!
0 commit comments