From 64efc6e21b637d730b3ad97e604eef5d1de2ad21 Mon Sep 17 00:00:00 2001 From: Ian Denhardt Date: Mon, 29 Apr 2019 17:31:44 -0400 Subject: [PATCH] Fix some bitrot & grammar in CONTRIBUTING.md Specifically: * Update references to `camtool`, which has been renamed to just `pk`. * Fix a couple of nearby grammar mistakes. Change-Id: I60af05879c09d59f7136466dfc1f88d95e4eb919 --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 328c2caf8..304415c55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,10 +35,10 @@ On Debian/Ubuntu, some deps to get started: $ sudo apt-get install libsqlite3-dev sqlite3 pkg-config git -During development, rather than use the main binaries ("pk-put", -"pk-get", "camtool", "pk-mount", etc) directly, we instead use a -wrapper (devcam) that automatically configure the environment to use -the test server & test environment. +During development, rather than using the main binaries ("pk", "pk-put", +"pk-get", "pk-mount", etc) directly, we instead use a wrapper (devcam) +that automatically configures the environment to use the test server & +test environment. ## Building devcam @@ -62,7 +62,7 @@ The subcommands of devcam start the server or run pk-put/pk-get/etc: $ devcam server # main server $ devcam put # pk-put $ devcam get # pk-get - $ devcam tool # camtool + $ devcam tool # pk $ devcam mount # pk-mount Once the dev server is running,