Skip to content

Commit 2f37a63

Browse files
authored
[Docs] Fix typo export command with compile. (#3021)
1 parent f7b794b commit 2f37a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get_started/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Below is an example command of compiling model libraries in MLC LLM:
276276

277277
.. code:: bash
278278
279-
export $MODEL_LIB=$MLC_MODEL_PATH/lib.so # ".dylib" for Intel Macs.
279+
export MODEL_LIB=$MLC_MODEL_PATH/lib.so # ".dylib" for Intel Macs.
280280
# ".dll" for Windows.
281281
# ".wasm" for web.
282282
# ".tar" for iPhone/Android.

0 commit comments

Comments
 (0)