Skip to content

Commit

Permalink
refactor: Correct the development document (#4412)
Browse files Browse the repository at this point in the history
Signed-off-by: wjp <[email protected]>
  • Loading branch information
wjp-cn authored Nov 22, 2024
1 parent 34c48ab commit 68540bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/dev/how_to_develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ $ ln -s $GOPATH/src/github.com/fluid-cloudnative/fluid/charts $HOME/charts
```
# Configure environment variable parameters related to AlluxioRuntime
$ export ALLUXIO_RUNTIME_IMAGE_ENV="alluxio/alluxio-dev:2.9.0"
$ export ALLUXIO_FUSE_IMAGE_ENV="alluxio/alluxio-dev:2.9.0
$ export ALLUXIO_FUSE_IMAGE_ENV="alluxio/alluxio-dev:2.9.0"
$ export DEFAULT_INIT_IMAGE_ENV="fluidcloudnative/init-users:v0.8.0-5bb4677"
$ export MOUNT_ROOT="/runtime-mnt"
$ export HOME="$HOME"
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/dev/how_to_develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $ ln -s $GOPATH/src/github.com/fluid-cloudnative/fluid/charts $HOME/charts
```
# 配置AlluxioRuntime相关环境变量参数
$ export ALLUXIO_RUNTIME_IMAGE_ENV="alluxio/alluxio-dev:2.9.0"
$ export ALLUXIO_FUSE_IMAGE_ENV="alluxio/alluxio-dev:2.9.0
$ export ALLUXIO_FUSE_IMAGE_ENV="alluxio/alluxio-dev:2.9.0"
$ export DEFAULT_INIT_IMAGE_ENV="fluidcloudnative/init-users:v0.8.0-5bb4677"
$ export MOUNT_ROOT="/runtime-mnt"
$ export HOME="$HOME"
Expand Down

0 comments on commit 68540bf

Please sign in to comment.