update command to install rcore-fs-fuse

master
WangRunji 6 years ago
parent 26f61fa75a
commit bf70c66685

@ -107,7 +107,7 @@ $(out_qcow2): $(out_img)
rcore-fs-fuse: rcore-fs-fuse:
ifeq ($(shell which rcore-fs-fuse),) ifeq ($(shell which rcore-fs-fuse),)
@echo Installing rcore-fs-fuse @echo Installing rcore-fs-fuse
@cargo install rcore-fs-fuse --git https://github.com/rcore-os/rcore-fs --branch sefs @cargo install rcore-fs-fuse --git https://github.com/rcore-os/rcore-fs --rev ff3dd7d
endif endif
clean: clean:

Loading…
Cancel
Save