replaced workspace with project

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-09-21 14:36:51 -06:00
committed by Sam Alba
parent 9c32c8a564
commit 11749cde01
7 changed files with 23 additions and 23 deletions

View File

@@ -8,16 +8,16 @@ This tutorial illustrates how to install and upgrade packages using Dagger packa
## Installing a package
### Initializing workspace
### Initializing project
Create an empty directory for your new Dagger workspace:
Create an empty directory for your new Dagger project:
```shell
mkdir workspace
cd workspace
mkdir project
cd project
```
As described in the previous tutorials, initialize your Dagger workspace:
As described in the previous tutorials, initialize your Dagger project:
```shell
dagger init