Open2
Deno markdow realtime previw service
インストール
- (base) macpro:~ sharland$
cd dev/deno/
- (base) macpro:deno sharland$
curl -fsSL https://deno.land/x/install/install.sh | sh
実行結果
######################################################################## 100.0%
Archive: /Users/sharland/.deno/bin/deno.zip
inflating: /Users/sharland/.deno/bin/deno
Deno was installed successfully to /Users/sharland/.deno/bin/deno
Run 'deno --help' to get started
Stuck? Join our Discord https://discord.gg/deno
- (base) macpro:deno sharland$
deno --version
実行結果
deno 1.35.0 (release, x86_64-apple-darwin)
v8 11.6.189.7
typescript 5.1.6
- (base) macpro:deno sharland$
mkdir markdown && cd markdown