diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 99c2b3963..2fc0f64d2 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -179,8 +179,8 @@ NixOS users should of course configure OpenOCD through ``/etc/nixos/configuratio If you installed OpenOCD on Linux using Conda and are using the Conda environment ``artiq``, then execute the statements below. If you are using a different environment, you will have to replace ``artiq`` with the name of your environment:: - $ sudo cp ~/.conda/envs/artiq/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d - $ sudo udevadm trigger + $ sudo cp ~/.conda/envs/artiq/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d + $ sudo udevadm trigger On Windows, a third-party tool, `Zadig `_, is necessary. Use it as follows: