about summary refs log tree commit diff
path: root/ops/yandex-cloud-rs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ops/yandex-cloud-rs/README.md')
-rw-r--r--ops/yandex-cloud-rs/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/ops/yandex-cloud-rs/README.md b/ops/yandex-cloud-rs/README.md
index 76d80c760e..a80fa83163 100644
--- a/ops/yandex-cloud-rs/README.md
+++ b/ops/yandex-cloud-rs/README.md
@@ -26,9 +26,7 @@ used:
 
 ```
 # Get rid of all generated source files
-cd src
-ls | grep -v '^lib.rs$' | xargs rm
-cd ..
+find src | grep '.rs$' | grep -v '^src/lib.rs$' | xargs rm
 
 # Get rid of all old artefacts
 cargo clean